Searched refs:tmpcand (Results 1 – 1 of 1) sorted by relevance
103 LDAPMessage *tmpcand; in ldap_ufn_search_ctx() local170 for ( tmpcand = candidates; tmpcand != NULL && in ldap_ufn_search_ctx()171 tmpcand->lm_msgtype != LDAP_RES_SEARCH_RESULT; in ldap_ufn_search_ctx()172 tmpcand = tmpcand->lm_chain ) in ldap_ufn_search_ctx()174 if ( (dn = ldap_get_dn( ld, tmpcand )) == NULL ) in ldap_ufn_search_ctx()449 LDAPMessage *tmpcand, *tmpres; in ldap_ufn_expand() local455 tmpcand = NULL; in ldap_ufn_expand()465 ldap_msgfree( tmpcand ); in ldap_ufn_expand()485 ldap_msgfree( tmpcand ); in ldap_ufn_expand()489 tmpcand = ldap_msg_merge( ld, tmpcand, tmpres ); in ldap_ufn_expand()[all …]