Searched defs:retoidp (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libldap4/common/ |
H A D | extop.c | 144 char **retoidp, struct berval **retdatap) 155 return (ldap_parse_extended_result(ld, res, retoidp, retdatap, 1)); 142 ldap_extended_operation_s(LDAP *ld, char *exoid, struct berval *exdata, LDAPControl **serverctrls, LDAPControl **clientctrls, char **retoidp, struct berval **retdatap) argument
|
/osnet-11/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 20 milliseconds