Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dhostip.c239 if((data->set.dns_cache_timeout == -1) || !data->dns.hostcache) in Curl_hostcache_prune()
251 data->set.dns_cache_timeout, in Curl_hostcache_prune()
291 if(dns && (data->set.dns_cache_timeout != -1)) { in fetch_addr()
296 user.cache_timeout = data->set.dns_cache_timeout; in fetch_addr()
Durldata.h1727 long dns_cache_timeout; /* DNS cache timeout */ member
Dsetopt.c173 data->set.dns_cache_timeout = arg; in Curl_vsetopt()
Durl.c527 set->dns_cache_timeout = 60; /* Timeout every 60 seconds by default */ in Curl_init_userdefined()