| /f-stack/freebsd/opencrypto/ |
| H A D | cryptodeflate.c | 137 deflateInit2(&zbuf, Z_DEFAULT_COMPRESSION, Z_METHOD, in deflate_global()
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | zconf.h.in | 48 # define deflateInit2 z_deflateInit2 macro 255 /* Maximum value for memLevel in deflateInit2 */ 264 /* Maximum value for windowBits in deflateInit2 and inflateInit2.
|
| H A D | zconf.h | 54 # define deflateInit2 z_deflateInit2 macro
|
| H A D | zlib.h | 1801 # define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ macro
|
| H A D | gzwrite.c | 47 ret = deflateInit2(strm, state->level, Z_DEFLATED,
|
| H A D | ChangeLog | 721 - Add Z_FIXED strategy option to deflateInit2() to force fixed trees 914 - Add gzip wrapper option to deflateInit2 using windowBits 999 - Fix memory leak in deflateInit2() 1340 - declare Z_DEFLATED in zlib.h (possible parameter for deflateInit2) 1496 - renamed the 'filter' parameter of deflateInit2 as 'strategy'. 1504 - renamed deflateOptions as deflateInit2, call one or the other but not both 1505 - added the method parameter for deflateInit2. 1508 user-provided history buffer. This is supported only in deflateInit2
|
| H A D | FAQ | 149 format using deflateInit2(). You can also request that inflate decode the
|
| /f-stack/dpdk/drivers/compress/zlib/ |
| H A D | zlib_pmd.c | 284 if (deflateInit2(strm, level, in zlib_set_stream_parameters()
|
| /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/freebsd/contrib/zlib/test/ |
| H A D | minigzip.c | 212 ret = deflateInit2(&(gz->strm), -1, 8, 15 + 16, 8, 0);
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/examples/ |
| H A D | minigzip.c | 217 ret = deflateInit2(&(gz->strm), -1, 8, 15 + 16, 8, 0);
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_deflate.c | 256 if ((res = deflateInit2(&priv->cx, in ng_deflate_rcvmsg()
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/ |
| H A D | gzwrite.c | 49 ret = deflateInit2(strm, state.state->level, Z_DEFLATED,
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_gzip_filter_module.c | 645 rc = deflateInit2(&ctx->zstream, (int) conf->level, Z_DEFLATED, in ngx_http_gzip_filter_deflate_start()
|
| H A D | ngx_http_log_module.c | 637 rc = deflateInit2(&zstream, (int) level, Z_DEFLATED, wbits + 16, memlevel, in ngx_http_log_gzip()
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_log_module.c | 528 rc = deflateInit2(&zstream, (int) level, Z_DEFLATED, wbits + 16, memlevel, in ngx_stream_log_gzip()
|
| /f-stack/freebsd/contrib/zstd/programs/ |
| H A D | fileio.c | 1035 { int const ret = deflateInit2(&strm, compressionLevel, Z_DEFLATED, in FIO_compressGzFrame()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_compressdev.c | 456 ret = deflateInit2(&stream, comp_level, Z_DEFLATED, in compress_zlib()
|