Home
last modified time | relevance | path

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

/external/c-ares/
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.c95 return ARES_ENOTINITIALIZED; in ares_set_servers()
147 return ARES_ENOTINITIALIZED; in ares_set_servers_csv()
Dares_library_init.c137 return ARES_ENOTINITIALIZED; in ares_library_initialized()
Dares.h128 #define ARES_ENOTINITIALIZED 21 /* introduced in 1.7.0 */ macro
Dares_init.c140 return ARES_ENOTINITIALIZED; in ares_init_options()
DCHANGES260 ARES_ENOTINITIALIZED if library initialization has not been performed
/external/curl/lib/
Dasyn-ares.c610 case ARES_ENOTINITIALIZED: in Curl_set_dns_servers()