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

/netbsd-current/external/mpl/dhcp/dist/server/
H A Dldap.c1947 LDAPMessage * ent, * res, *entfirst, *resfirst; local
2065 entfirst = ldap_first_entry(ld, resfirst);
2067 if (ent == NULL && entfirst == NULL)
2082 if (entfirst != NULL)
2084 add_to_config_stack (resfirst, entfirst);

Completed in 175 milliseconds