HomeSort by relevance Sort by last modified time
    Searched refs:ARES_ENOTFOUND (Results 1 - 9 of 9) sorted by null

  /external/c-ares/
ares_gethostbyaddr.c 129 /* this status check below previously checked for !ARES_ENOTFOUND,
140 end_aquery(aquery, ARES_ENOTFOUND, NULL);
213 return ARES_ENOTFOUND;
222 return ARES_ENOTFOUND;
233 return ARES_ENOTFOUND;
266 status = ARES_ENOTFOUND;
ares_gethostbyname.c 163 /* this status check below previously checked for !ARES_ENOTFOUND,
323 return ARES_ENOTFOUND;
370 return ARES_ENOTFOUND;
379 return ARES_ENOTFOUND;
390 return ARES_ENOTFOUND;
415 status = ARES_ENOTFOUND;
ares_search.c 154 && status != ARES_ENOTFOUND)
167 * returned ARES_ENOTFOUND.
196 if (squery->status_as_is == ARES_ENOTFOUND && squery->ever_got_nodata) {
ares_query.c 171 status = ARES_ENOTFOUND;
ares.h 103 #define ARES_ENOTFOUND 4
ares_getnameinfo.c 253 else if (status == ARES_ENOTFOUND && !(niquery->flags & ARES_NI_NAMEREQD))
  /system/connectivity/shill/
dns_client.cc 262 case ARES_ENOTFOUND:
dns_client_unittest.cc 391 ares_result_ = ARES_ENOTFOUND;
  /external/curl/lib/
asyn-ares.c 551 res->last_status = ARES_ENOTFOUND;

Completed in 255 milliseconds