Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zlib/
H A Dgzguts.h148 #if MAX_MEM_LEVEL >= 8
151 # define DEF_MEM_LEVEL MAX_MEM_LEVEL
H A Dzconf.h262 #ifndef MAX_MEM_LEVEL
264 # define MAX_MEM_LEVEL 8 macro
266 # define MAX_MEM_LEVEL 9 macro
H A Dzutil.h68 #if MAX_MEM_LEVEL >= 8
71 # define DEF_MEM_LEVEL MAX_MEM_LEVEL
H A Dzconf.h.in256 #ifndef MAX_MEM_LEVEL
258 # define MAX_MEM_LEVEL 8 macro
260 # define MAX_MEM_LEVEL 9 macro
H A Ddeflate.c301 if (memLevel < 1 || memLevel > MAX_MEM_LEVEL || method != Z_DEFLATED ||
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A Dgzguts.h155 #if MAX_MEM_LEVEL >= 8
158 # define DEF_MEM_LEVEL MAX_MEM_LEVEL
/f-stack/freebsd/contrib/openzfs/config/
H A Dkernel-zlib.m413 return zlib_deflate_workspacesize(MAX_WBITS, MAX_MEM_LEVEL);
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-zlib.c199 size = MAX(zlib_deflate_workspacesize(MAX_WBITS, MAX_MEM_LEVEL), in spl_zlib_init()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_gzip_filter_module.c1200 MAX_MEM_LEVEL - 1); in ngx_http_gzip_merge_conf()
H A Dngx_http_log_module.c599 memlevel = MAX_MEM_LEVEL - 1; in ngx_http_log_gzip()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_log_module.c490 memlevel = MAX_MEM_LEVEL - 1; in ngx_stream_log_gzip()