Home
last modified time | relevance | path

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

/external/libevent/include/event2/
Ddns.h155 #define DNS_ERR_NOTEXIST 3 macro
/external/libevent/test/
Dregress_dns.c586 tt_int_op(r[2].result, ==, DNS_ERR_NOTEXIST); in dns_search_test_impl()
587 tt_int_op(r[3].result, ==, DNS_ERR_NOTEXIST); in dns_search_test_impl()
588 tt_int_op(r[4].result, ==, DNS_ERR_NOTEXIST); in dns_search_test_impl()
591 tt_int_op(r[6].result, ==, DNS_ERR_NOTEXIST); in dns_search_test_impl()
/external/libevent/
Devdns.c889 DNS_ERR_FORMAT, DNS_ERR_SERVERFAILED, DNS_ERR_NOTEXIST, in reply_handle()
1067 if ((flags & (_RCODE_MASK|_TC_MASK)) && (flags & (_RCODE_MASK|_TC_MASK)) != DNS_ERR_NOTEXIST) { in reply_parse()
2322 if (result == DNS_ERR_NONE || result == DNS_ERR_NOTEXIST) { in nameserver_probe_callback()
4070 case DNS_ERR_NOTEXIST: return "name does not exist"; in evdns_err_to_string()
4346 else if (e1 == DNS_ERR_NOTEXIST) in evdns_err_to_getaddrinfo_err()