Home
last modified time | relevance | path

Searched refs:ARES_ENODATA (Results 1 - 25 of 25) sorted by relevance

/third_party/node/deps/cares/src/lib/
H A Dares_parse_aaaa_reply.c77 if (status != ARES_SUCCESS && status != ARES_ENODATA) { in ares_parse_aaaa_reply()
83 if (status != ARES_SUCCESS && status != ARES_ENODATA) { in ares_parse_aaaa_reply()
H A Dares_parse_a_reply.c75 if (status != ARES_SUCCESS && status != ARES_ENODATA) { in ares_parse_a_reply()
81 if (status != ARES_SUCCESS && status != ARES_ENODATA) { in ares_parse_a_reply()
H A Dares_getaddrinfo.c509 } else if (addinfostatus != ARES_SUCCESS && addinfostatus != ARES_ENODATA) { in host_callback()
521 } else if (status == ARES_ENOTFOUND || status == ARES_ENODATA || in host_callback()
522 addinfostatus == ARES_ENODATA) { in host_callback()
523 if (status == ARES_ENODATA || addinfostatus == ARES_ENODATA) { in host_callback()
527 hquery->nodata_cnt ? ARES_ENODATA : (ares_status_t)status); in host_callback()
H A Dares__parse_into_addrinfo.c79 status = ARES_ENODATA; in ares__parse_into_addrinfo()
153 status = ARES_ENODATA; in ares__parse_into_addrinfo()
H A Dares_parse_ptr_reply.c75 status = ARES_ENODATA; in ares_parse_ptr_reply()
175 status = ARES_ENODATA; in ares_parse_ptr_reply()
H A Dares_parse_ns_reply.c69 status = ARES_ENODATA; in ares_parse_ns_reply()
140 status = ARES_ENODATA; in ares_parse_ns_reply()
H A Dares_search.c52 ares_bool_t ever_got_nodata; /* did we ever get ARES_ENODATA along the way? */
182 if (status != ARES_ENODATA && status != ARES_ESERVFAIL && in search_callback()
192 * If we ever get ARES_ENODATA along the way, record that; if the search in search_callback()
193 * should run to the very end and we got at least one ARES_ENODATA, in search_callback()
198 if (status == ARES_ENODATA) { in search_callback()
223 end_squery(squery, ARES_ENODATA, NULL, 0); in search_callback()
H A Dares_strerror.c38 case ARES_ENODATA: in ares_strerror()
H A Dares_update_servers.c920 return ARES_ENODATA; in ares_get_servers()
975 return ARES_ENODATA; in ares_get_servers_ports()
1029 return ARES_ENODATA; in ares_set_servers()
1052 return ARES_ENODATA; in ares_set_servers_ports()
1076 return ARES_ENODATA; in set_servers_csv()
H A Dares_parse_mx_reply.c57 status = ARES_ENODATA; in ares_parse_mx_reply()
H A Dares_options.c108 return ARES_ENODATA; in ares_save_options()
263 return ARES_ENODATA; in ares__init_by_options()
268 return ARES_ENODATA; in ares__init_by_options()
H A Dares_parse_caa_reply.c57 status = ARES_ENODATA; in ares_parse_caa_reply()
H A Dares_parse_naptr_reply.c56 status = ARES_ENODATA; in ares_parse_naptr_reply()
H A Dares_parse_srv_reply.c57 status = ARES_ENODATA; in ares_parse_srv_reply()
H A Dares_parse_txt_reply.c50 status = ARES_ENODATA; in ares__parse_txt_reply()
H A Dares_parse_uri_reply.c57 status = ARES_ENODATA; in ares_parse_uri_reply()
H A Dares_query.c116 status = (ancount > 0) ? ARES_SUCCESS : ARES_ENODATA; in qcallback()
H A Dares__addrinfo2hostent.c192 return ARES_ENODATA; in ares__addrinfo2hostent()
H A Dares__sortaddrinfo.c413 return ARES_ENODATA; in ares__sortaddrinfo()
H A Dares_gethostbyname.c81 status = ARES_ENODATA; in ares_gethostbyname_callback()
H A Dares_init.c568 return ARES_ENODATA; in ares_set_sortlist()
/third_party/node/src/
H A Dcares_wrap.cc920 if (status != ARES_SUCCESS && status != ARES_ENODATA) in Parse()
965 if (status != ARES_SUCCESS && status != ARES_ENODATA) in Parse()
987 if (status != ARES_SUCCESS && status != ARES_ENODATA) in Parse()
994 if (status != ARES_SUCCESS && status != ARES_ENODATA) in Parse()
1010 if (status != ARES_SUCCESS && status != ARES_ENODATA) in Parse()
1015 if (status != ARES_SUCCESS && status != ARES_ENODATA) in Parse()
1022 if (status != ARES_SUCCESS && status != ARES_ENODATA) in Parse()
1037 if (status != ARES_SUCCESS && status != ARES_ENODATA) in Parse()
1043 if (status != ARES_SUCCESS && status != ARES_ENODATA) in Parse()
1051 if (status != ARES_SUCCESS && status != ARES_ENODATA) in Parse()
[all...]
/third_party/cares/include/
H A Dares.h100 /* Server error codes (ARES_ENODATA indicates no relevant answer) */
101 #define ARES_ENODATA 1 macro
/third_party/node/deps/cares/include/
H A Dares.h125 /* Server error codes (ARES_ENODATA indicates no relevant answer) */
126 ARES_ENODATA = 1, enumerator
/third_party/curl/lib/
H A Dasyn-ares.c611 purposes. For example, ARES_ENODATA is what we expect when there is in query_completed_cb()
874 case ARES_ENODATA: in Curl_set_dns_servers()

Completed in 15 milliseconds