/external/curl/lib/ |
share.h | 47 struct curl_hash hostcache; member in struct:Curl_share
|
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); 405 dns2 = Curl_hash_add(data->dns.hostcache, entry_id, entry_len+1 [all...] |
hostip.h | 157 * Handles end of async request processing. Inserts ai into hostcache when 241 * Destroy the hostcache of this handle.
|
share.c | 41 if(Curl_mk_dnscache(&share->hostcache)) { 192 Curl_hash_destroy(&share->hostcache);
|
multihandle.h | 91 struct curl_hash hostcache; member in struct:Curl_multi
|
multi.c | 294 if(Curl_mk_dnscache(&multi->hostcache)) 328 Curl_hash_destroy(&multi->hostcache); 390 data->dns.hostcache = global; 396 else if(!data->dns.hostcache || 398 data->dns.hostcache = &multi->hostcache; 542 data->dns.hostcache = NULL; [all...] |
url.c | [all...] |
urldata.h | 1631 struct curl_hash *hostcache; member in struct:Names [all...] |
/external/curl/docs/ |
INTERNALS | [all...] |