Home
last modified time | relevance | path

Searched refs:ARES_ENOTFOUND (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/cares/src/lib/
Dares_gethostbyname.c237 return ARES_ENOTFOUND; in ares_gethostbyname_file()
284 return ARES_ENOTFOUND; in file_lookup()
292 return ARES_ENOTFOUND; in file_lookup()
297 return ARES_ENOTFOUND; in file_lookup()
308 return ARES_ENOTFOUND; in file_lookup()
333 status = ARES_ENOTFOUND; in file_lookup()
Dares__addrinfo_localhost.c142 return ARES_ENOTFOUND; in ares__system_loopback_addrs()
177 status = ARES_ENOTFOUND; in ares__system_loopback_addrs()
195 return ARES_ENOTFOUND; in ares__system_loopback_addrs()
226 if (result == ARES_ENOTFOUND) in ares__addrinfo_localhost()
Dares_gethostbyaddr.c127 end_aquery(aquery, ARES_ENOTFOUND, NULL); in next_lookup()
200 return ARES_ENOTFOUND; in file_lookup()
208 return ARES_ENOTFOUND; in file_lookup()
219 return ARES_ENOTFOUND; in file_lookup()
252 status = ARES_ENOTFOUND; in file_lookup()
Dares_getaddrinfo.c447 return ARES_ENOTFOUND; in file_lookup()
456 return ARES_ENOTFOUND; in file_lookup()
469 return ARES_ENOTFOUND; in file_lookup()
483 if (status == ARES_ENOTFOUND && strcmp(hquery->name, "localhost") == 0) in file_lookup()
553 else if (status == ARES_ENOTFOUND || status == ARES_ENODATA || in host_callback()
607 callback(arg, ARES_ENOTFOUND, 0, NULL); in ares_getaddrinfo()
Dares_search.c58 callback(arg, ARES_ENOTFOUND, 0, NULL, 0); in ares_search()
154 && status != ARES_ENOTFOUND) in search_callback()
196 if (squery->status_as_is == ARES_ENOTFOUND && squery->ever_got_nodata) { in search_callback()
Dares_create_query.c94 return ARES_ENOTFOUND; in ares_create_query()
Dares_query.c168 status = ARES_ENOTFOUND; in qcallback()
Dares__readaddrinfo.c242 return nodes ? ARES_SUCCESS : ARES_ENOTFOUND; in ares__readaddrinfo()
Dares__sortaddrinfo.c488 return ARES_ENOTFOUND; in ares__sortaddrinfo()
Dares_getnameinfo.c235 else if (status == ARES_ENOTFOUND && !(niquery->flags & ARES_NI_NAMEREQD)) in nameinfo_callback()
/third_party/node/deps/cares/include/
Dares.h104 #define ARES_ENOTFOUND 4 macro
/third_party/node/deps/cares/
DCHANGES1359 Report ARES_ENOTFOUND for .onion domain names as per RFC7686. (#228)
1745 - ARES_ENOTFOUND means the _name_ wasn't found