Lines Matching defs:from
127 * resolve API. Called from curl_global_init() to initialize global resolver
143 * Called from curl_global_cleanup() to destroy global resolver environment.
167 * Called from curl_easy_init() -> Curl_open() to initialize resolver
205 /* make sure that all other returns from this function should destroy the
212 * Called from curl_easy_cleanup() -> Curl_close() to cleanup resolver
224 * Called from curl_easy_duphandle() to duplicate resolver URL-state specific
226 * 'from' ares channel and passes the resulting channel to the 'to' pointer.
228 CURLcode Curl_resolver_duphandle(struct Curl_easy *easy, void **to, void *from)
230 (void)from;
282 * Curl_resolver_getsock() is called when someone from the outside world
568 * the host query initiated by ares_gethostbyname() from Curl_getaddrinfo(),
607 "definitive" response from one of a set of parallel queries, we need to
638 this completing request didn't get a result from the first DNS server
851 * from ares library, which will cause any and all queries to fail.
854 * it gets from the OS (for instance from /etc/resolv.conf on Linux).