• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/

Lines Matching defs:to

14  * You may opt to use, copy, modify, merge, publish, distribute and/or sell
15 * copies of the Software, and permit persons to whom the Software is
16 * furnished to do so, under the terms of the COPYING file.
92 * Called from curl_global_init() to initialize global resolver environment.
102 * Called from curl_global_cleanup() to destroy global resolver environment.
111 * Called from curl_easy_init() -> Curl_open() to initialize resolver
123 * Called from curl_easy_cleanup() -> Curl_close() to cleanup resolver
134 * Called from curl_easy_duphandle() to duplicate resolver URL state-specific
138 int Curl_resolver_duphandle(void **to, void *from)
140 (void)to;
155 /* This function is used to init a threaded resolve */
166 char * hostname; /* hostname to resolve, Curl_async.hostname
255 /* The tsd->res structure has been copied to async.dns and perhaps the DNS
256 cache. Set our copy to NULL so destroy_thread_sync_data doesn't free it.
379 /* This socket is only to keep Curl_resolver_fdset() and select() happy;
423 return "A non-recoverable error occurred when attempting to "
471 * waits for a resolve to finish. This function should be avoided since using
472 * this risk getting the multi interface to "hang".
474 * If 'entry' is non-NULL, make it point to the resolved dns entry
486 /* wait for the thread to resolve the name */
518 * Curl_resolver_is_resolved() is called repeatedly to check if a previous
519 * name resolve request has completed. It should also make sure to time-out if
520 * the operation seems to take too long.
551 /* poll for name lookup done with exponential backoff up to 250ms */
602 *waitp = 0; /* default to synchronous response */
614 /* fall-back to blocking version */
638 *waitp = 0; /* default to synchronous response */
667 /* the stack seems to be a non-ipv6 one */
684 /* fall-back to blocking version */