Searched defs:Curl_async (Results 1 – 1 of 1) sorted by relevance
609 struct Curl_async { struct610 char *hostname;611 struct Curl_dns_entry *dns;612 struct thread_data *tdata;613 void *resolver; /* resolver state, if it is used in the URL state -615 int port;616 int status; /* if done is TRUE, this is the status from the callback */
Completed in 19 milliseconds