Lines Matching refs:async
76 conn->async.status = status;
86 conn->async.hostname,
87 conn->async.port);
102 conn->async.dns = dns;
104 /* Set async.done TRUE last in this function since it may be used multi-
106 async struct */
107 conn->async.done = TRUE;
114 /* Call this function after Curl_connect() has returned async=TRUE and
124 if(conn->async.dns) {
125 conn->dns_entry = conn->async.dns;
126 conn->async.dns = NULL;