Searched refs:v3refs (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | result.c | 901 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 );
|
H A D | request.c | 893 nsldapi_chase_v3_refs( LDAP *ld, LDAPRequest *lr, char **v3refs, in nsldapi_chase_v3_refs() argument 901 if ( v3refs == NULL || v3refs[0] == NULL ) { in nsldapi_chase_v3_refs() 926 for ( i = 0; v3refs[i] != NULL; ++i ) { in nsldapi_chase_v3_refs() 927 rc = chase_one_referral( ld, lr, origreq, v3refs[i], in nsldapi_chase_v3_refs()
|