Searched defs:ldap_extended_operation (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libldap4/common/ |
H A D | extop.c | 89 /* 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)
|
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | extendop.c | 23 * 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,
|
Completed in 15 milliseconds