Searched refs:DNS_ERR_NONE (Results 1 – 3 of 3) sorted by relevance
/external/libevent/include/event2/ |
D | dns.h | 148 #define DNS_ERR_NONE 0 macro
|
/external/libevent/ |
D | evdns.c | 797 cb->user_callback(DNS_ERR_NONE, DNS_IPv4_A, in reply_run_callback() 807 cb->user_callback(DNS_ERR_NONE, DNS_PTR, 1, cb->ttl, in reply_run_callback() 815 cb->user_callback(DNS_ERR_NONE, DNS_IPv6_AAAA, in reply_run_callback() 2322 if (result == DNS_ERR_NONE || result == DNS_ERR_NOTEXIST) { in nameserver_probe_callback() 4067 case DNS_ERR_NONE: return "no error"; in evdns_err_to_string() 4344 if (e1 == DNS_ERR_NONE) in evdns_err_to_getaddrinfo_err() 4520 if (result == DNS_ERR_NONE) { in evdns_getaddrinfo_gotresolve()
|
/external/libevent/test/ |
D | regress_dns.c | 101 if (result != DNS_ERR_NONE) { in dns_gethostbyname_cb() 309 if (result != DNS_ERR_NONE) { in dns_server_gethostbyname_cb() 788 tt_int_op(r1.result, ==, DNS_ERR_NONE); in dns_retry_test_impl() 862 tt_int_op(r1.result, ==, DNS_ERR_NONE); in dns_reissue_test_impl()
|