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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Drequest.c48 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 349 milliseconds