Searched defs:parentr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dresult.c57 static void merge_error_info( LDAP *ld, LDAPRequest *parentr, LDAPRequest *lr );
1015 merge_error_info( LDAP *ld, LDAPRequest *parentr, LDAPRequest *lr ) argument
1018 * Merge error information in "lr" with "parentr" error code and string.
1021 parentr->lr_res_errno = lr->lr_res_errno;
1023 (void)nsldapi_append_referral( ld, &parentr->lr_res_error,
1027 parentr->lr_res_errno == LDAP_SUCCESS ) {
1028 parentr->lr_res_errno = lr->lr_res_errno;
1029 if ( parentr->lr_res_error != NULL ) {
1030 NSLDAPI_FREE( parentr->lr_res_error );
1032 parentr
[all...]

Completed in 92 milliseconds