Home
last modified time | relevance | path

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

/third_party/node/deps/cares/src/lib/
Dares_search.c35 int status_as_is; /* error status from trying as-is */ member
97 squery->status_as_is = -1; in ares_search()
160 squery->status_as_is = status; in search_callback()
188 else if (squery->status_as_is == -1) in search_callback()
196 if (squery->status_as_is == ARES_ENOTFOUND && squery->ever_got_nodata) { in search_callback()
200 end_squery(squery, squery->status_as_is, NULL, 0); in search_callback()