Lines Matching refs:tmpcand
110 LDAPMessage *tmpcand;
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;
493 tmpcand = NULL;
503 ldap_msgfree( tmpcand );
523 ldap_msgfree( tmpcand );
527 tmpcand = ldap_msg_merge( ld, tmpcand, tmpres );
532 if ( ldap_count_entries( ld, tmpcand ) > 0 ) {
533 return( tmpcand );
535 ldap_msgfree( tmpcand );