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/test/ |
D | regress_dns.c | 94 if (result != DNS_ERR_NONE) { in dns_gethostbyname_cb() 302 if (result != DNS_ERR_NONE) { in dns_server_gethostbyname_cb() 789 tt_int_op(r1.result, ==, DNS_ERR_NONE); in dns_retry_test_impl() 863 tt_int_op(r1.result, ==, DNS_ERR_NONE); in dns_reissue_test_impl()
|
/external/libevent/ |
D | evdns.c | 793 cb->user_callback(DNS_ERR_NONE, DNS_IPv4_A, in reply_run_callback() 803 cb->user_callback(DNS_ERR_NONE, DNS_PTR, 1, cb->ttl, in reply_run_callback() 811 cb->user_callback(DNS_ERR_NONE, DNS_IPv6_AAAA, in reply_run_callback() 2305 if (result == DNS_ERR_NONE || result == DNS_ERR_NOTEXIST) { in nameserver_probe_callback() 3994 case DNS_ERR_NONE: return "no error"; in evdns_err_to_string() 4271 if (e1 == DNS_ERR_NONE) in evdns_err_to_getaddrinfo_err() 4447 if (result == DNS_ERR_NONE) { in evdns_getaddrinfo_gotresolve()
|