Home
last modified time | relevance | path

Searched refs:thread_data (Results 1 – 3 of 3) sorted by relevance

/curl/lib/
H A Dasyn-thread.c164 struct thread_data *td; /* for thread-self cleanup */
167 struct thread_data { struct
207 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 …]
H A Dasyn-ares.c101 struct thread_data { struct
269 struct thread_data *res = async->tdata; in destroy_async_data()
387 struct thread_data *res = data->state.async.tdata; in Curl_resolver_is_resolved()
536 static void compound_results(struct thread_data *res, in compound_results()
579 struct thread_data *res; in query_completed_cb()
746 struct thread_data *res = data->state.async.tdata; in addrinfo_cb()
770 struct thread_data *res = NULL; in Curl_resolver_getaddrinfo()
774 res = calloc(1, sizeof(struct thread_data) + namelen); in Curl_resolver_getaddrinfo()
H A Durldata.h609 struct thread_data *tdata;

Completed in 28 milliseconds