Home
last modified time | relevance | path

Searched defs:thread_data (Results 1 – 2 of 2) sorted by relevance

/curl/lib/
H A Dasyn-ares.c101 struct thread_data { struct
102 int num_pending; /* number of outstanding c-ares requests */
103 struct Curl_addrinfo *temp_ai; /* intermediary result while fetching c-ares
105 int last_status;
107 struct curltime happy_eyeballs_dns_time; /* when this timer started, or 0 */
109 char hostname[1];
H A Dasyn-thread.c181 struct thread_data { struct
183 HANDLE complete_ev;
185 curl_thread_t thread_hnd;
186 unsigned int poll_interval;
187 timediff_t interval_end;
188 struct thread_sync_data tsd;

Completed in 10 milliseconds