Searched refs:ARES_ENOTFOUND (Results 1 – 12 of 12) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | ares_gethostbyaddr.c | 133 end_aquery(aquery, ARES_ENOTFOUND, NULL); in next_lookup() 206 return ARES_ENOTFOUND; in file_lookup() 215 return ARES_ENOTFOUND; in file_lookup() 226 return ARES_ENOTFOUND; in file_lookup() 259 status = ARES_ENOTFOUND; in file_lookup()
|
D | ares_gethostbyname.c | 101 callback(arg, ARES_ENOTFOUND, 0, NULL); in ares_gethostbyname() 327 return ARES_ENOTFOUND; in ares_gethostbyname_file() 351 return ARES_ENOTFOUND; in file_lookup() 378 return ARES_ENOTFOUND; in file_lookup() 387 return ARES_ENOTFOUND; in file_lookup() 398 return ARES_ENOTFOUND; in file_lookup() 423 status = ARES_ENOTFOUND; in file_lookup()
|
D | ares_search.c | 60 callback(arg, ARES_ENOTFOUND, 0, NULL, 0); in ares_search() 156 && status != ARES_ENOTFOUND) in search_callback() 198 if (squery->status_as_is == ARES_ENOTFOUND && squery->ever_got_nodata) { in search_callback()
|
D | ares_create_query.c | 99 return ARES_ENOTFOUND; in ares_create_query()
|
D | ares_query.c | 174 status = ARES_ENOTFOUND; in qcallback()
|
D | RELEASE-NOTES | 7 o Report ARES_ENOTFOUND for .onion domain names as per RFC7686. [13]
|
D | ares_getnameinfo.c | 241 else if (status == ARES_ENOTFOUND && !(niquery->flags & ARES_NI_NAMEREQD)) in nameinfo_callback()
|
D | ares.h | 104 #define ARES_ENOTFOUND 4 macro
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/ |
D | ares-test-live.cc | 65 EXPECT_EQ(ARES_ENOTFOUND, in VIRT_NONVIRT_TEST_F() 70 EXPECT_EQ(ARES_ENOTFOUND, rc); in VIRT_NONVIRT_TEST_F() 84 if ((result.status_ != ARES_ENOTFOUND) && (result.status_ != ARES_ECONNREFUSED)) { in TEST_P() 124 if (result.status_ != ARES_ENOTFOUND) { in TEST_P() 149 if (result.status_ != ARES_ENOTFOUND) { in TEST_P() 166 if (result.status_ != ARES_ENOTFOUND) { in TEST_P() 442 EXPECT_EQ(ARES_ENOTFOUND, result.status_); in VIRT_NONVIRT_TEST_F()
|
D | ares-test-misc.cc | 281 EXPECT_EQ(ARES_ENOTFOUND, in TEST_F() 290 EXPECT_EQ(ARES_ENOTFOUND, result.status_); in TEST_F() 295 EXPECT_EQ(ARES_ENOTFOUND, in TEST_F() 307 EXPECT_EQ(ARES_ENOTFOUND, result.status_); in TEST_F()
|
D | dns-proto.cc | 39 case ARES_ENOTFOUND: return "ARES_ENOTFOUND"; in StatusToString()
|
/external/curl/lib/ |
D | asyn-ares.c | 568 && (status == ARES_SUCCESS || status == ARES_ENOTFOUND)) { in query_completed_cb() 672 res->last_status = ARES_ENOTFOUND; in Curl_resolver_getaddrinfo()
|