Searched refs:MAX_WBITS (Results 1 – 17 of 17) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-zlib.m4 | 13 return zlib_deflate_workspacesize(MAX_WBITS, MAX_MEM_LEVEL);
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | zconf.h | 275 #ifndef MAX_WBITS 276 # define MAX_WBITS 15 /* 32K LZ77 window */ macro
|
| H A D | zutil.h | 64 # define DEF_WBITS MAX_WBITS
|
| H A D | zconf.h.in | 265 * 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 D | gzwrite.c | 48 MAX_WBITS + 16, DEF_MEM_LEVEL, state->strategy);
|
| H A D | deflate.c | 237 return deflateInit2_(strm, level, Z_DEFLATED, MAX_WBITS, DEF_MEM_LEVEL,
|
| H A D | ChangeLog | 1397 (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 D | spl-zlib.c | 199 size = MAX(zlib_deflate_workspacesize(MAX_WBITS, MAX_MEM_LEVEL), in spl_zlib_init()
|
| /f-stack/freebsd/opencrypto/ |
| H A D | cryptodeflate.c | 60 int window_inflate = -1 * MAX_WBITS;
|
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | bcm_osal.c | 237 rc = inflateInit2(p_hwfn->stream, MAX_WBITS); in qede_unzip_data()
|
| /f-stack/freebsd/kern/ |
| H A D | subr_compressor.c | 127 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 D | ngx_http_gunzip_filter_module.c | 315 rc = inflateInit2(&ctx->zstream, MAX_WBITS + 16); in ngx_http_gunzip_filter_inflate_start()
|
| H A D | ngx_http_gzip_filter_module.c | 1198 ngx_conf_merge_size_value(conf->wbits, prev->wbits, MAX_WBITS); in ngx_http_gzip_merge_conf()
|
| H A D | ngx_http_log_module.c | 598 wbits = MAX_WBITS; in ngx_http_log_gzip()
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/ |
| H A D | gzwrite.c | 50 MAX_WBITS + 16, DEF_MEM_LEVEL, state.state->strategy);
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_log_module.c | 489 wbits = MAX_WBITS; in ngx_stream_log_gzip()
|
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | bnx2x.c | 11694 ret = inflateInit2(&zlib_stream, -MAX_WBITS);
|