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

/osnet-11/usr/src/lib/libldap4/common/
H A Dufn.c110 LDAPMessage *tmpcand; local
182 for ( tmpcand = candidates; tmpcand != NULL &&
183 tmpcand->lm_msgtype != LDAP_RES_SEARCH_RESULT;
184 tmpcand = tmpcand->lm_chain )
186 if ( (dn = ldap_get_dn( ld, tmpcand )) == NULL )
487 LDAPMessage *tmpcand, *tmpres; local
493 tmpcand = NULL;
503 ldap_msgfree( tmpcand );
[all...]
/osnet-11/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 17 milliseconds