Home
last modified time | relevance | path

Searched refs:DNS_ERR_NODATA (Results 1 – 5 of 5) sorted by relevance

/external/libevent/include/event2/
Ddns.h174 #define DNS_ERR_NODATA 70 macro
/external/libevent/test/
Dregress_dns.c589 tt_int_op(r[5].result, ==, DNS_ERR_NODATA); in dns_search_test_impl()
593 tt_int_op(r[7].result, ==, DNS_ERR_NODATA); in dns_search_test_impl()
/external/libevent/
Devdns.c908 error = DNS_ERR_NODATA; in reply_handle()
4079 case DNS_ERR_NODATA: return "no records in the reply"; in evdns_err_to_string()
DChangeLog-2.0183 o Add DNS_ERR_NODATA error code to handle empty replies. (94fba5b Leonid Evdokimov)
DChangeLog1612 o Add DNS_ERR_NODATA error code to handle empty replies. (94fba5b Leonid Evdokimov)