Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dhostip.c186 int cache_timeout; member
206 if(age >= prune->cache_timeout) in hostcache_timestamp_remove()
219 hostcache_prune(struct Curl_hash *hostcache, int cache_timeout, in hostcache_prune() argument
224 user.cache_timeout = cache_timeout; in hostcache_prune()
307 user.cache_timeout = data->set.dns_cache_timeout; in fetch_addr()
/third_party/mbedtls/programs/ssl/
Dssl_server2.c672 int cache_timeout; /* expiration delay of session cache entries*/ member
1735 opt.cache_timeout = DFL_CACHE_TIMEOUT; in main()
2145 opt.cache_timeout = atoi(q); in main()
2146 if (opt.cache_timeout < 0) { in main()
2922 if (opt.cache_timeout != -1) { in main()
2923 mbedtls_ssl_cache_set_timeout(&cache, opt.cache_timeout); in main()