Searched refs:thread_data (Results 1 – 3 of 3) sorted by relevance
164 struct thread_data *td; /* for thread-self cleanup */167 struct thread_data { struct207 int init_thread_sync_data(struct thread_data *td, in init_thread_sync_data()297 struct thread_data *td = tsd->td; in getaddrinfo_thread()365 struct thread_data *td = tsd->td; in gethostbyname_thread()398 struct thread_data *td = async->tdata; in destroy_async_data()450 struct thread_data *td = calloc(1, sizeof(struct thread_data)); in init_resolve_thread()508 struct thread_data *td; in thread_wait_resolv()548 struct thread_data *td = data->state.async.tdata; in Curl_resolver_kill()587 struct thread_data *td = data->state.async.tdata; in Curl_resolver_is_resolved()[all …]
101 struct thread_data { struct269 struct thread_data *res = async->tdata; in destroy_async_data()378 struct thread_data *res = data->state.async.tdata; in Curl_resolver_is_resolved()527 static void compound_results(struct thread_data *res, in compound_results()570 struct thread_data *res; in query_completed_cb()737 struct thread_data *res = data->state.async.tdata; in addrinfo_cb()761 struct thread_data *res = NULL; in Curl_resolver_getaddrinfo()765 res = calloc(1, sizeof(struct thread_data) + namelen); in Curl_resolver_getaddrinfo()
612 struct thread_data *tdata;
Completed in 23 milliseconds