Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/fetch/dist/libfetch/
H A Dcommon.c338 static int cache_per_host_limit = 0; variable
354 cache_per_host_limit = INT_MAX; in fetchConnectionCacheInit()
356 cache_per_host_limit = per_host_limit; in fetchConnectionCacheInit()
427 host_count < cache_per_host_limit) { in fetch_cache_put()