Searched refs:ldap_extended_operation (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libldap4/common/
H A Dextop.c89 /* ldap_extended_operation - initiate an ldap extended operation.
100 int ldap_extended_operation(LDAP *ld, char *exoid, struct berval *exdata, function
109 Debug( LDAP_DEBUG_TRACE, catgets(slapdcat, 1, 242, "ldap_extended_operation\n"), 0, 0, 0 );
150 if ((retcode = ldap_extended_operation(ld, exoid, exdata, serverctrls, clientctrls, &msgid)) != LDAP_SUCCESS)
H A Dmapfile-vers109 ldap_extended_operation;
/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dextendop.c23 * ldap_extended_operation - initiate an arbitrary ldapv3 extended operation.
32 * err = ldap_extended_operation( ld, exoid, &exdata, NULL, NULL, &msgid );
37 ldap_extended_operation( function
60 LDAPDebug( LDAP_DEBUG_TRACE, "ldap_extended_operation\n", 0, 0, 0 );
154 if (( err = ldap_extended_operation( ld, requestoid, requestdata,
H A Dllib-lldap397 int ldap_extended_operation(LDAP *ld, const char *requestoid, const struct berval *requestdata, LDAPControl **serverctrls, LDAPControl**clientctrls, int *msgidp);
/opensolaris-onvv-gate/usr/src/lib/libldap5/
H A Dmapfile-vers109 ldap_extended_operation;
/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dclientinit.c802 rc = ldap_extended_operation( ld, START_TLS_OID, &extreq_data,
/opensolaris-onvv-gate/usr/src/head/
H A Dldap.h616 int LDAP_CALL ldap_extended_operation(LDAP *ld,

Completed in 113 milliseconds