Home
last modified time | relevance | path

Searched refs:origreq (Results 1 – 1 of 1) sorted by relevance

/titanic_41/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; in nsldapi_chase_v2_referrals() local
853 for ( origreq = lr; origreq->lr_parent != NULL; in nsldapi_chase_v2_referrals()
854 origreq = origreq->lr_parent ) { in nsldapi_chase_v2_referrals()
871 rc = chase_one_referral( ld, lr, origreq, ref, "v2 referral", in nsldapi_chase_v2_referrals()
897 LDAPRequest *origreq; in nsldapi_chase_v3_refs() local
915 for ( origreq = lr; origreq->lr_parent != NULL; in nsldapi_chase_v3_refs()
916 origreq = origreq->lr_parent ) { in nsldapi_chase_v3_refs()
927 rc = chase_one_referral( ld, lr, origreq, v3refs[i], in nsldapi_chase_v3_refs()
948 chase_one_referral( LDAP *ld, LDAPRequest *lr, LDAPRequest *origreq, in chase_one_referral() argument
[all …]