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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dufn.c103 LDAPMessage *tmpcand; local
170 for ( tmpcand = candidates; tmpcand != NULL &&
171 tmpcand->lm_msgtype != LDAP_RES_SEARCH_RESULT;
172 tmpcand = tmpcand->lm_chain )
174 if ( (dn = ldap_get_dn( ld, tmpcand )) == NULL )
449 LDAPMessage *tmpcand, *tmpres; local
455 tmpcand = NULL;
465 ldap_msgfree( tmpcand );
[all...]

Completed in 43 milliseconds