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

  /external/curl/lib/
share.h 47 struct curl_hash hostcache; member in struct:Curl_share
multihandle.h 97 struct curl_hash hostcache; member in struct:Curl_multi
hostip.c 195 * Return a hostcache id string for the provided host + port, to be used by
241 hostcache_prune(struct curl_hash *hostcache, long cache_timeout, time_t now)
248 Curl_hash_clean_with_criterium(hostcache,
261 if((data->set.dns_cache_timeout == -1) || !data->dns.hostcache)
262 /* cache forever means never prune, and NULL hostcache means
271 /* Remove outdated and unused entries from the hostcache */
272 hostcache_prune(data->dns.hostcache,
307 dns = Curl_hash_pick(data->dns.hostcache, entry_id, entry_len+1);
319 Curl_hash_delete(data->dns.hostcache, entry_id, entry_len+1);
406 dns2 = Curl_hash_add(data->dns.hostcache, entry_id, entry_len+1
    [all...]
share.c 41 if(Curl_mk_dnscache(&share->hostcache)) {
189 Curl_hash_destroy(&share->hostcache);
multi.c 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;
    [all...]
urldata.h 1752 struct curl_hash *hostcache; member in struct:Names
    [all...]
url.c     [all...]

Completed in 140 milliseconds