Searched refs:v3refs (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Drequest.c893 nsldapi_chase_v3_refs( LDAP *ld, LDAPRequest *lr, char **v3refs, argument
901 if ( v3refs == NULL || v3refs[0] == NULL ) {
926 for ( i = 0; v3refs[i] != NULL; ++i ) {
927 rc = chase_one_referral( ld, lr, origreq, v3refs[i],
H A Dresult.c901 char *errstr, *matcheddn, **v3refs; local
914 err = nsldapi_parse_reference( ld, ber, &v3refs, NULL );
919 &origerr, &matcheddn, &errstr, &v3refs, NULL );
928 if ( v3refs != NULL ) {
929 err = nsldapi_chase_v3_refs( ld, lr, v3refs,
932 ldap_value_free( v3refs );

Completed in 112 milliseconds