Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/fetch/dist/libfetch/
H A Dcommon.c337 static int cache_global_limit = 0; variable
348 cache_global_limit = INT_MAX; in fetchConnectionCacheInit()
350 cache_global_limit = per_host_limit; in fetchConnectionCacheInit()
352 cache_global_limit = global_limit; in fetchConnectionCacheInit()
414 if (conn->cache_url == NULL || cache_global_limit == 0) { in fetch_cache_put()
426 if (global_count < cache_global_limit && in fetch_cache_put()