Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
DTODO18 and return ARES_ENOTINITIALIZED if ares_library_init() has not been called.
23 'int' and return ARES_ENOTINITIALIZED if library has not been initialized.
Dares_options.c151 return ARES_ENOTINITIALIZED; /* LCOV_EXCL_LINE: n/a on non-WinSock */ in ares_set_servers()
203 return ARES_ENOTINITIALIZED; /* LCOV_EXCL_LINE: n/a on non-WinSock */ in ares_set_servers_ports()
262 return ARES_ENOTINITIALIZED; /* LCOV_EXCL_LINE: n/a on non-WinSock */ in set_servers_csv()
Dares_library_init.c192 return ARES_ENOTINITIALIZED; in ares_library_initialized()
Dares_android.c88 int ret = ARES_ENOTINITIALIZED; in ares_library_init_android()
199 return ARES_ENOTINITIALIZED; in ares_library_android_initialized()
Dares.h129 #define ARES_ENOTINITIALIZED 21 /* introduced in 1.7.0 */ macro
Dares_init.c133 return ARES_ENOTINITIALIZED; /* LCOV_EXCL_LINE: n/a on non-WinSock */ in ares_init_options()
DCHANGES.0260 ARES_ENOTINITIALIZED if library initialization has not been performed
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Dares-test-init.cc5 #define EXPECTED_NONINIT ARES_ENOTINITIALIZED
297 EXPECT_EQ(ARES_ENOTINITIALIZED, ares_init(&channel)); in TEST()
Ddns-proto.cc56 case ARES_ENOTINITIALIZED: return "ARES_ENOTINITIALIZED"; in StatusToString()
/external/curl/lib/
Dasyn-ares.c735 case ARES_ENOTINITIALIZED: in Curl_set_dns_servers()