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

  /external/c-ares/
ares_options.c 41 return ARES_ENODATA;
98 return ARES_ENODATA;
150 return ARES_ENODATA;
ares_search.c 44 int ever_got_nodata; /* did we ever get ARES_ENODATA along the way? */
153 if (status != ARES_ENODATA && status != ARES_ESERVFAIL
163 * If we ever get ARES_ENODATA along the way, record that; if the search
164 * should run to the very end and we got at least one ARES_ENODATA,
169 if (status == ARES_ENODATA)
197 end_squery(squery, ARES_ENODATA, NULL, 0);
ares_parse_mx_reply.c 74 return ARES_ENODATA;
ares_parse_ns_reply.c 152 status = ARES_ENODATA;
ares_parse_srv_reply.c 79 return ARES_ENODATA;
ares_parse_txt_reply.c 81 return ARES_ENODATA;
ares_parse_ptr_reply.c 171 status = ARES_ENODATA;
ares_query.c 162 status = (ancount > 0) ? ARES_SUCCESS : ARES_ENODATA;
ares_gethostbyname.c 197 if ((status == ARES_ENODATA || status == ARES_EBADRESP) &&
212 else if ((status == ARES_ENODATA || status == ARES_EBADRESP ||
ares_parse_a_reply.c 210 status = ARES_ENODATA;
ares_parse_aaaa_reply.c 208 status = ARES_ENODATA;
ares.h 99 /* Server error codes (ARES_ENODATA indicates no relevant answer) */
100 #define ARES_ENODATA 1
ares_init.c 332 return ARES_ENODATA;
    [all...]
  /system/connectivity/shill/
dns_client.cc 253 case ARES_ENODATA:
  /external/curl/lib/
asyn-ares.c 611 case ARES_ENODATA:

Completed in 70 milliseconds