Home
last modified time | relevance | path

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

/external/c-ares/
Dares_gethostbyaddr.c140 end_aquery(aquery, ARES_ENOTFOUND, NULL); in next_lookup()
213 return ARES_ENOTFOUND; in file_lookup()
222 return ARES_ENOTFOUND; in file_lookup()
233 return ARES_ENOTFOUND; in file_lookup()
266 status = ARES_ENOTFOUND; in file_lookup()
Dares_gethostbyname.c323 return ARES_ENOTFOUND; in ares_gethostbyname_file()
370 return ARES_ENOTFOUND; in file_lookup()
379 return ARES_ENOTFOUND; in file_lookup()
390 return ARES_ENOTFOUND; in file_lookup()
415 status = ARES_ENOTFOUND; in file_lookup()
Dares_search.c154 && status != ARES_ENOTFOUND) in search_callback()
196 if (squery->status_as_is == ARES_ENOTFOUND && squery->ever_got_nodata) { in search_callback()
Dares_query.c171 status = ARES_ENOTFOUND; in qcallback()
Dares.h103 #define ARES_ENOTFOUND 4 macro
Dares_getnameinfo.c253 else if (status == ARES_ENOTFOUND && !(niquery->flags & ARES_NI_NAMEREQD)) in nameinfo_callback()
/external/curl/lib/
Dasyn-ares.c551 res->last_status = ARES_ENOTFOUND; in Curl_resolver_getaddrinfo()