Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_reads.c2345 cookie->err_from_result = 0; in search_state_machine()
2619 cookie->err_from_result = 1; in search_state_machine()
2628 cookie->err_from_result = 1; in search_state_machine()
2641 cookie->err_from_result = 1; in search_state_machine()
2755 cookie->err_from_result = 1; in search_state_machine()
2764 cookie->err_from_result = 1; in search_state_machine()
2778 cookie->err_from_result = 1; in search_state_machine()
2897 if (cookie->err_from_result) { in search_state_machine()
2921 if (cookie->err_from_result) { in search_state_machine()
3262 from_result = cookie->err_from_result; in ldap_list()
[all …]
H A Dns_internal.h698 int err_from_result; member