Searched defs:Curl_async (Results 1 – 1 of 1) sorted by relevance
483 struct Curl_async { struct484 char *hostname;485 int port;486 struct Curl_dns_entry *dns;487 int status; /* if done is TRUE, this is the status from the callback */488 void *os_specific; /* 'struct thread_data' for Windows */489 bit done:1; /* set TRUE when the lookup is complete */