Searched defs:retdatap (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 | 148 struct berval **retdatap 164 if (( err = ldap_parse_extended_result( ld, result, retoidp, retdatap, 184 struct berval **retdatap, /* may be NULL */ 232 if ( retdatap != NULL ) { 233 *retdatap = rdata; 180 ldap_parse_extended_result( LDAP *ld, LDAPMessage *res, char **retoidp, struct berval **retdatap, int freeit ) argument
|
Completed in 15 milliseconds