Home
last modified time | relevance | path

Searched refs:tmpres (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dufn.c447 LDAPMessage *tmpcand, *tmpres; in ldap_ufn_expand() local
472 *err = ldap_result( ld, msgid, 1, &tv, &tmpres ); in ldap_ufn_expand()
482 ( *err = ldap_result2error( ld, tmpres, 0 )) == -1 ) { in ldap_ufn_expand()
487 tmpcand = ldap_msg_merge( ld, tmpcand, tmpres ); in ldap_ufn_expand()