Lines Matching refs:origreq
46 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
983 if (( tmprc = re_encode_request( ld, origreq->lr_ber, msgid, in chase_one_referral()
1001 nsldapi_strdup( origreq->lr_conn->lconn_server->lsrv_host ); in chase_one_referral()
1031 srv->lsrv_port = origreq->lr_conn->lconn_server->lsrv_port; in chase_one_referral()