Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dhostip.c77 #define MAX_DNS_CACHE_SIZE 29999 macro
265 } while(timeout && (data->dns.hostcache->size > MAX_DNS_CACHE_SIZE)); in Curl_hostcache_prune()