Home
last modified time | relevance | path

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

/external/curl/lib/
Durldata.h570 struct Curl_async { struct
571 char *hostname;
572 int port;
573 struct Curl_dns_entry *dns;
574 bool done; /* set TRUE when the lookup is complete */
575 int status; /* if done is TRUE, this is the status from the callback */
576 void *os_specific; /* 'struct thread_data' for Windows */