Home
last modified time | relevance | path

Searched refs:cache_timeout (Results 1 – 1 of 1) sorted by relevance

/external/curl/lib/
Dhostip.c219 long cache_timeout; member
238 && (data->now - c->timestamp >= data->cache_timeout); in hostcache_timestamp_remove()
245 hostcache_prune(struct curl_hash *hostcache, long cache_timeout, time_t now) in hostcache_prune() argument
249 user.cache_timeout = cache_timeout; in hostcache_prune()
323 user.cache_timeout = data->set.dns_cache_timeout; in fetch_addr()