Home
last modified time | relevance | path

Searched refs:max_cached (Results 1 – 25 of 48) sorted by relevance

12

/dports/databases/xapian-core/xapian-core-1.4.18/matcher/
H A Dmaxpostlist.cc128 return max_cached; in get_maxweight()
198 max_cached = plist[0]->recalc_maxweight(); in recalc_maxweight()
200 max_cached = max(max_cached, plist[i]->recalc_maxweight()); in recalc_maxweight()
202 return max_cached; in recalc_maxweight()
H A Dmaxpostlist.h49 double max_cached; variable
75 max_cached(0), db_size(db_size_), matcher(matcher_) in MaxPostList()
/dports/security/modsecurity3-nginx/nginx-1.20.0/src/http/modules/
H A Dngx_http_upstream_keepalive_module.c14 ngx_uint_t max_cached; member
175 sizeof(ngx_http_upstream_keepalive_cache_t) * kcf->max_cached); in ngx_http_upstream_init_keepalive()
183 for (i = 0; i < kcf->max_cached; i++) { in ngx_http_upstream_init_keepalive()
546 if (kcf->max_cached) { in ngx_http_upstream_keepalive()
563 kcf->max_cached = n; in ngx_http_upstream_keepalive()
/dports/www/nginx-naxsi/nginx-1.20.2/src/http/modules/
H A Dngx_http_upstream_keepalive_module.c14 ngx_uint_t max_cached; member
175 sizeof(ngx_http_upstream_keepalive_cache_t) * kcf->max_cached); in ngx_http_upstream_init_keepalive()
183 for (i = 0; i < kcf->max_cached; i++) { in ngx_http_upstream_init_keepalive()
546 if (kcf->max_cached) { in ngx_http_upstream_keepalive()
563 kcf->max_cached = n; in ngx_http_upstream_keepalive()
/dports/www/nginx-lite/nginx-1.20.2/src/http/modules/
H A Dngx_http_upstream_keepalive_module.c14 ngx_uint_t max_cached; member
175 sizeof(ngx_http_upstream_keepalive_cache_t) * kcf->max_cached); in ngx_http_upstream_init_keepalive()
183 for (i = 0; i < kcf->max_cached; i++) { in ngx_http_upstream_init_keepalive()
546 if (kcf->max_cached) { in ngx_http_upstream_keepalive()
563 kcf->max_cached = n; in ngx_http_upstream_keepalive()
/dports/www/nginx/nginx-1.20.2/src/http/modules/
H A Dngx_http_upstream_keepalive_module.c14 ngx_uint_t max_cached; member
175 sizeof(ngx_http_upstream_keepalive_cache_t) * kcf->max_cached); in ngx_http_upstream_init_keepalive()
183 for (i = 0; i < kcf->max_cached; i++) { in ngx_http_upstream_init_keepalive()
546 if (kcf->max_cached) { in ngx_http_upstream_keepalive()
563 kcf->max_cached = n; in ngx_http_upstream_keepalive()
/dports/www/nginx-devel/nginx-1.21.5/src/http/modules/
H A Dngx_http_upstream_keepalive_module.c14 ngx_uint_t max_cached; member
175 sizeof(ngx_http_upstream_keepalive_cache_t) * kcf->max_cached); in ngx_http_upstream_init_keepalive()
183 for (i = 0; i < kcf->max_cached; i++) { in ngx_http_upstream_init_keepalive()
546 if (kcf->max_cached) { in ngx_http_upstream_keepalive()
563 kcf->max_cached = n; in ngx_http_upstream_keepalive()
/dports/www/nginx-full/nginx-1.20.2/src/http/modules/
H A Dngx_http_upstream_keepalive_module.c14 ngx_uint_t max_cached; member
175 sizeof(ngx_http_upstream_keepalive_cache_t) * kcf->max_cached); in ngx_http_upstream_init_keepalive()
183 for (i = 0; i < kcf->max_cached; i++) { in ngx_http_upstream_init_keepalive()
546 if (kcf->max_cached) { in ngx_http_upstream_keepalive()
563 kcf->max_cached = n; in ngx_http_upstream_keepalive()
/dports/www/nginx-full/ngx_postgres-8aa7359/src/
H A Dngx_postgres_upstream.c124 if (pgscf->max_cached) { in ngx_postgres_upstream_init()
269 if (pgscf->max_cached && pgscf->single) { in ngx_postgres_upstream_get_peer()
302 if ((pgscf->max_cached) && (!pgscf->single)) { in ngx_postgres_upstream_get_peer()
317 if ((pgscf->reject) && (pgscf->active_conns >= pgscf->max_cached)) { in ngx_postgres_upstream_get_peer()
516 if (pgscf->max_cached) { in ngx_postgres_upstream_free_peer()
/dports/math/primecount/primecount-7.2/src/
H A Dapi.cpp59 if (x <= PiTable::max_cached()) in pi()
79 if (x <= PiTable::max_cached()) in pi_noprint()
/dports/lang/gcc8/gcc-8.5.0/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h223 uptr max_cached = TransferBatch::MaxCached(i); in InitCache() local
224 c->max_count = 2 * max_cached; in InitCache()
234 TransferBatch::AllocationSizeRequiredForNElements(max_cached)) ? in InitCache()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h216 const uptr max_cached = TransferBatch::MaxCached(size); in InitCache() local
217 c->max_count = 2 * max_cached; in InitCache()
227 TransferBatch::AllocationSizeRequiredForNElements(max_cached)) ? in InitCache()
/dports/lang/gcc10/gcc-10.3.0/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h216 const uptr max_cached = TransferBatch::MaxCached(size); in InitCache() local
217 c->max_count = 2 * max_cached; in InitCache()
227 TransferBatch::AllocationSizeRequiredForNElements(max_cached)) ? in InitCache()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h223 uptr max_cached = TransferBatch::MaxCached(i); in InitCache() local
224 c->max_count = 2 * max_cached; in InitCache()
234 TransferBatch::AllocationSizeRequiredForNElements(max_cached)) ? in InitCache()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h223 uptr max_cached = TransferBatch::MaxCached(i); in InitCache() local
224 c->max_count = 2 * max_cached; in InitCache()
234 TransferBatch::AllocationSizeRequiredForNElements(max_cached)) ? in InitCache()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h216 const uptr max_cached = TransferBatch::MaxCached(size); in InitCache() local
217 c->max_count = 2 * max_cached; in InitCache()
227 TransferBatch::AllocationSizeRequiredForNElements(max_cached)) ? in InitCache()
/dports/lang/gcc11-devel/gcc-11-20211009/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h216 const uptr max_cached = TransferBatch::MaxCached(size); in InitCache() local
217 c->max_count = 2 * max_cached; in InitCache()
227 TransferBatch::AllocationSizeRequiredForNElements(max_cached)) ? in InitCache()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h216 const uptr max_cached = TransferBatch::MaxCached(size); in InitCache() local
217 c->max_count = 2 * max_cached; in InitCache()
227 TransferBatch::AllocationSizeRequiredForNElements(max_cached)) ? in InitCache()
/dports/devel/avr-gcc/gcc-10.2.0/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h216 const uptr max_cached = TransferBatch::MaxCached(size); in InitCache() local
217 c->max_count = 2 * max_cached; in InitCache()
227 TransferBatch::AllocationSizeRequiredForNElements(max_cached)) ? in InitCache()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h223 uptr max_cached = TransferBatch::MaxCached(i); in InitCache() local
224 c->max_count = 2 * max_cached; in InitCache()
234 TransferBatch::AllocationSizeRequiredForNElements(max_cached)) ? in InitCache()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h223 uptr max_cached = TransferBatch::MaxCached(i); in InitCache() local
224 c->max_count = 2 * max_cached; in InitCache()
234 TransferBatch::AllocationSizeRequiredForNElements(max_cached)) ? in InitCache()
/dports/lang/gcc11/gcc-11.2.0/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h216 const uptr max_cached = TransferBatch::MaxCached(size); in InitCache() local
217 c->max_count = 2 * max_cached; in InitCache()
227 TransferBatch::AllocationSizeRequiredForNElements(max_cached)) ? in InitCache()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h216 const uptr max_cached = TransferBatch::MaxCached(size); in InitCache() local
217 c->max_count = 2 * max_cached; in InitCache()
227 TransferBatch::AllocationSizeRequiredForNElements(max_cached)) ? in InitCache()
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h216 const uptr max_cached = TransferBatch::MaxCached(size); in InitCache() local
217 c->max_count = 2 * max_cached; in InitCache()
227 TransferBatch::AllocationSizeRequiredForNElements(max_cached)) ? in InitCache()
/dports/devel/emscripten/emscripten-2.0.3/system/lib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h216 const uptr max_cached = TransferBatch::MaxCached(size); in InitCache() local
217 c->max_count = 2 * max_cached; in InitCache()
227 TransferBatch::AllocationSizeRequiredForNElements(max_cached)) ? in InitCache()

12