Searched refs:dns_cache_timeout (Results 1 – 3 of 3) sorted by relevance
261 if((data->set.dns_cache_timeout == -1) || !data->dns.hostcache) in Curl_hostcache_prune()273 data->set.dns_cache_timeout, in Curl_hostcache_prune()309 if(dns && (data->set.dns_cache_timeout != -1)) { in fetch_addr()314 user.cache_timeout = data->set.dns_cache_timeout; in fetch_addr()
1636 long dns_cache_timeout; /* DNS cache timeout */ member
526 set->dns_cache_timeout = 60; /* Timeout every 60 seconds by default */ in Curl_init_userdefined()696 data->set.dns_cache_timeout = va_arg(param, long); in Curl_setopt()