Searched defs:retoidp (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | extendop.c | 147 char **retoidp, 164 if (( err = ldap_parse_extended_result( ld, result, retoidp, retdatap, 183 char **retoidp, /* may be NULL */ 220 if ( retoidp != NULL ) { 221 *retoidp = roid; 141 ldap_extended_operation_s( LDAP *ld, const char *requestoid, const struct berval *requestdata, LDAPControl **serverctrls, LDAPControl **clientctrls, char **retoidp, struct berval **retdatap ) argument 180 ldap_parse_extended_result( LDAP *ld, LDAPMessage *res, char **retoidp, struct berval **retdatap, int freeit ) argument
|
Completed in 68 milliseconds