Searched defs:origreq (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libldap4/common/ |
H A D | referral.c | 103 LDAPRequest *origreq; local 134 for ( origreq = lr; origreq->lr_parent != NULL; 135 origreq = origreq->lr_parent ) { 158 if (( ber = re_encode_request( ld, origreq->lr_ber, ++ld->ld_msgid, ludp )) == NULL ) {
|
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | request.c | 48 static int chase_one_referral( LDAP *ld, LDAPRequest *lr, LDAPRequest *origreq, 820 LDAPRequest *origreq; local 853 for ( origreq = lr; origreq->lr_parent != NULL; 854 origreq = origreq->lr_parent ) { 871 rc = chase_one_referral( ld, lr, origreq, ref, "v2 referral", 897 LDAPRequest *origreq; local 915 for ( origreq = lr; origreq 948 chase_one_referral( LDAP *ld, LDAPRequest *lr, LDAPRequest *origreq, char *refurl, char *desc, int *unknownp ) argument [all...] |
Completed in 22 milliseconds