Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/config/
H A Dkernel-zlib.m413 return zlib_deflate_workspacesize(MAX_WBITS, MAX_MEM_LEVEL);
/f-stack/freebsd/contrib/zlib/
H A Dzconf.h275 #ifndef MAX_WBITS
276 # define MAX_WBITS 15 /* 32K LZ77 window */ macro
H A Dzutil.h64 # define DEF_WBITS MAX_WBITS
H A Dzconf.h.in265 * WARNING: reducing MAX_WBITS makes minigzip unable to extract .gz files
269 #ifndef MAX_WBITS
270 # define MAX_WBITS 15 /* 32K LZ77 window */ macro
H A Dgzwrite.c48 MAX_WBITS + 16, DEF_MEM_LEVEL, state->strategy);
H A Ddeflate.c237 return deflateInit2_(strm, level, Z_DEFLATED, MAX_WBITS, DEF_MEM_LEVEL,
H A DChangeLog1397 (it's now sufficient to set MAX_WBITS in zconf.h).
1450 - moved MAX_WBITS to zconf.h because users might want to change that.
/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/freebsd/opencrypto/
H A Dcryptodeflate.c60 int window_inflate = -1 * MAX_WBITS;
/f-stack/dpdk/drivers/net/qede/base/
H A Dbcm_osal.c237 rc = inflateInit2(p_hwfn->stream, MAX_WBITS); in qede_unzip_data()
/f-stack/freebsd/kern/
H A Dsubr_compressor.c127 error = deflateInit2(&s->gz_stream, level, Z_DEFLATED, -MAX_WBITS, in gz_init()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_gunzip_filter_module.c315 rc = inflateInit2(&ctx->zstream, MAX_WBITS + 16); in ngx_http_gunzip_filter_inflate_start()
H A Dngx_http_gzip_filter_module.c1198 ngx_conf_merge_size_value(conf->wbits, prev->wbits, MAX_WBITS); in ngx_http_gzip_merge_conf()
H A Dngx_http_log_module.c598 wbits = MAX_WBITS; in ngx_http_log_gzip()
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A Dgzwrite.c50 MAX_WBITS + 16, DEF_MEM_LEVEL, state.state->strategy);
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_log_module.c489 wbits = MAX_WBITS; in ngx_stream_log_gzip()
/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c11694 ret = inflateInit2(&zlib_stream, -MAX_WBITS);