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

/osnet-11/usr/src/lib/libldap4/common/
H A Dresult.c366 LDAPRef *theReferences; local
615 theReferences = lr->lr_references;
620 while (theReferences != NULL){
621 if ((retcode = chase_referrals(ld, lr, theReferences->lref_refs , &refer_cnt, 0)) != LDAP_SUCCESS) {
629 theReferences = theReferences->lref_next;

Completed in 17 milliseconds