Home
last modified time | relevance | path

Searched refs:thread_sync_data (Results 1 – 1 of 1) sorted by last modified time

/curl/lib/
H A Dasyn-thread.c160 struct thread_sync_data { struct
188 struct thread_sync_data tsd; argument
191 static struct thread_sync_data *conn_thread_sync_data(struct Curl_easy *data) in conn_thread_sync_data()
198 void destroy_thread_sync_data(struct thread_sync_data *tsd) in destroy_thread_sync_data()
229 struct thread_sync_data *tsd = &td->tsd; in init_thread_sync_data()
284 struct thread_sync_data *tsd = conn_thread_sync_data(data); in getaddrinfo_complete()
309 struct thread_sync_data *tsd = in query_complete()
310 CONTAINING_RECORD(overlapped, struct thread_sync_data, w8.overlapped); in query_complete()
452 struct thread_sync_data *tsd = (struct thread_sync_data *)arg; in getaddrinfo_thread()
505 struct thread_sync_data *tsd = (struct thread_sync_data *)arg; in gethostbyname_thread()

Completed in 10 milliseconds