Searched defs:Curl_async (Results 1 – 1 of 1) sorted by relevance
570 struct Curl_async { struct571 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 */