Lines Matching defs:limit
142 "pragma journal_size_limit = 0;\n" // limit steady state file (between grooming, which also =truncate's)
384 {"forwarded-ttl-limit", ARGP_KEY_FORWARDED_TTL_LIMIT, "NUM", 0, "Limit of X-Forwarded-For hops, default 8.", 0},
1358 this->limit(0, 0, 0, 0); // emergency flush
1361 this->limit(max_fds, max_mbs, max_prefetch_fds, max_prefetch_mbs); // age cache if required
1401 this->limit(0, 0, 0, 0); // emergency flush
1404 this->limit(max_fds, max_mbs, max_prefetch_fds, max_prefetch_mbs); // age cache if required
1461 void limit(long maxfds, long maxmbs, long maxprefetchfds, long maxprefetchmbs , bool metrics_p = true)
1527 limit(0, 0, 0, 0, false);
2277 throw reportable_exception(MHD_HTTP_NOT_FOUND, "not found, --forwared-ttl-limit reached \
3841 // PR28514: limit grooming iteration to O(rescan time), to avoid
3909 // PR28514: limit grooming iteration to O(rescan time), to avoid
3960 fdcache.limit(0,0,0,0); // release the fdcache contents
3961 fdcache.limit(fdcache_fds, fdcache_mbs, fdcache_prefetch_fds, fdcache_prefetch_mbs); // restore status quo parameters
4138 fdcache.limit(fdcache_fds, fdcache_mbs, fdcache_prefetch_fds, fdcache_prefetch_mbs);
4327 obatched(clog) << "forwarded ttl limit " << forwarded_ttl_limit << endl;