Home | History | Annotate | Download | only in lib

Lines Matching refs:hostcache

310   if(Curl_mk_dnscache(&multi->hostcache))
344 Curl_hash_destroy(&multi->hostcache);
404 data->dns.hostcache = global;
410 else if(!data->dns.hostcache ||
412 data->dns.hostcache = &multi->hostcache;
712 data->dns.hostcache = NULL;
2223 multi->closure_handle->dns.hostcache = &multi->hostcache;
2225 multi->closure_handle->dns.hostcache);
2241 Curl_hostcache_clean(data, data->dns.hostcache);
2242 data->dns.hostcache = NULL;
2253 Curl_hash_destroy(&multi->hostcache);