Lines Matching defs:async
303 Curl_resolver_cleanup(data->state.async.resolver);
523 result = Curl_resolver_init(data, &data->state.async.resolver);
546 Curl_resolver_cleanup(data->state.async.resolver);
563 /* possible left-overs from the async name resolvers */
3200 bool *async)
3220 *async = TRUE;
3234 bool *async)
3259 *async = TRUE;
3277 bool *async)
3297 return resolve_proxy(data, conn, async);
3300 return resolve_host(data, conn, async);
3308 bool *async)
3318 *async = FALSE;
3322 return resolve_fresh(data, conn, async);
3405 * if this function returns CURLE_OK and *async is set to TRUE, the resolve
3406 * response will be coming asynchronously. If *async is FALSE, the name is
3411 * @param async is set TRUE when an async DNS resolution is pending
3418 bool *async)
3430 *async = FALSE;
3802 result = resolve_server(data, conn, async);
3882 really did finish already (synch resolver/fast async resolve) */