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.c579 tt_int_op(r[2].result, ==, DNS_ERR_NOTEXIST); in dns_search_test_impl()
580 tt_int_op(r[3].result, ==, DNS_ERR_NOTEXIST); in dns_search_test_impl()
581 tt_int_op(r[4].result, ==, DNS_ERR_NOTEXIST); in dns_search_test_impl()
584 tt_int_op(r[6].result, ==, DNS_ERR_NOTEXIST); in dns_search_test_impl()
/external/libevent/
Devdns.c872 DNS_ERR_FORMAT, DNS_ERR_SERVERFAILED, DNS_ERR_NOTEXIST, in reply_handle()
1050 if ((flags & 0x020f) && (flags & 0x020f) != DNS_ERR_NOTEXIST) { in reply_parse()
2305 if (result == DNS_ERR_NONE || result == DNS_ERR_NOTEXIST) { in nameserver_probe_callback()
3997 case DNS_ERR_NOTEXIST: return "name does not exist"; in evdns_err_to_string()
4273 else if (e1 == DNS_ERR_NOTEXIST) in evdns_err_to_getaddrinfo_err()