HomeSort by relevance Sort by last modified time
    Searched refs:hostcache (Results 1 - 8 of 8) sorted by null

  /external/curl/lib/
share.h 48 struct curl_hash hostcache; member in struct:Curl_share
multihandle.h 98 struct curl_hash hostcache; member in struct:Curl_multi
hostip.c 198 * Return a hostcache id string for the provided host + port, to be used by
244 hostcache_prune(struct curl_hash *hostcache, long cache_timeout, time_t now)
251 Curl_hash_clean_with_criterium(hostcache,
264 if((data->set.dns_cache_timeout == -1) || !data->dns.hostcache)
265 /* cache forever means never prune, and NULL hostcache means
274 /* Remove outdated and unused entries from the hostcache */
275 hostcache_prune(data->dns.hostcache,
310 dns = Curl_hash_pick(data->dns.hostcache, entry_id, entry_len + 1);
322 Curl_hash_delete(data->dns.hostcache, entry_id, entry_len + 1);
409 dns2 = Curl_hash_add(data->dns.hostcache, entry_id, entry_len + 1
    [all...]
share.c 41 if(Curl_mk_dnscache(&share->hostcache)) {
193 Curl_hash_destroy(&share->hostcache);
multi.c 317 if(Curl_mk_dnscache(&multi->hostcache))
338 Curl_hash_destroy(&multi->hostcache);
388 data->dns.hostcache = global;
394 else if(!data->dns.hostcache ||
396 data->dns.hostcache = &multi->hostcache;
698 data->dns.hostcache = NULL;
    [all...]
conncache.c 600 connc->closure_handle->dns.hostcache);
setopt.c     [all...]
urldata.h 1688 struct curl_hash *hostcache; member in struct:Names
    [all...]

Completed in 85 milliseconds