Home | History | Annotate | Download | only in lib

Lines Matching refs:async

1167     bool async;
1171 result = Curl_connect(data, connp, &async, &protocol_done);
1176 if(async) {
1177 /* Now, if async is TRUE here, we need to wait for the name
1279 bool async;
1407 &async, &protocol_connect);
1426 if(async)
1470 conn->async.dns = dns;
1471 conn->async.done = TRUE;