Searched refs:ARES_ENOTINITIALIZED (Results 1 – 8 of 8) 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.
1676 * android: Only return ARES_ENOTINITIALIZED on failures in initialization code.
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()
197 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()
112 return ARES_ENOTINITIALIZED; /* LCOV_EXCL_LINE: n/a on non-WinSock */ in ares_init_options()2085 return ARES_ENOTINITIALIZED; in config_lookup()
129 #define ARES_ENOTINITIALIZED 21 /* introduced in 1.7.0 */ macro
718 case ARES_ENOTINITIALIZED: in Curl_set_dns_servers()