Searched refs:ARES_ENOTINITIALIZED (Results 1 – 10 of 10) sorted by relevance
18 and return ARES_ENOTINITIALIZED if ares_library_init() has not been called.23 'int' and return ARES_ENOTINITIALIZED if library has not been initialized.
151 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()
192 return ARES_ENOTINITIALIZED; in ares_library_initialized()
88 int ret = ARES_ENOTINITIALIZED; in ares_library_init_android()199 return ARES_ENOTINITIALIZED; in ares_library_android_initialized()
129 #define ARES_ENOTINITIALIZED 21 /* introduced in 1.7.0 */ macro
133 return ARES_ENOTINITIALIZED; /* LCOV_EXCL_LINE: n/a on non-WinSock */ in ares_init_options()
260 ARES_ENOTINITIALIZED if library initialization has not been performed
5 #define EXPECTED_NONINIT ARES_ENOTINITIALIZED297 EXPECT_EQ(ARES_ENOTINITIALIZED, ares_init(&channel)); in TEST()
56 case ARES_ENOTINITIALIZED: return "ARES_ENOTINITIALIZED"; in StatusToString()
735 case ARES_ENOTINITIALIZED: in Curl_set_dns_servers()