Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Drequest.c46 static int chase_one_referral( LDAP *ld, LDAPRequest *lr, LDAPRequest *origreq,
818 LDAPRequest *origreq; in nsldapi_chase_v2_referrals() local
851 for ( origreq = lr; origreq->lr_parent != NULL; in nsldapi_chase_v2_referrals()
852 origreq = origreq->lr_parent ) { in nsldapi_chase_v2_referrals()
869 rc = chase_one_referral( ld, lr, origreq, ref, "v2 referral", in nsldapi_chase_v2_referrals()
895 LDAPRequest *origreq; in nsldapi_chase_v3_refs() local
913 for ( origreq = lr; origreq->lr_parent != NULL; in nsldapi_chase_v3_refs()
914 origreq = origreq->lr_parent ) { in nsldapi_chase_v3_refs()
925 rc = chase_one_referral( ld, lr, origreq, v3refs[i], in nsldapi_chase_v3_refs()
946 chase_one_referral( LDAP *ld, LDAPRequest *lr, LDAPRequest *origreq, in chase_one_referral() argument
[all …]