Home
last modified time | relevance | path

Searched refs:deflateInit2 (Results 1 – 18 of 18) sorted by relevance

/f-stack/freebsd/opencrypto/
H A Dcryptodeflate.c137 deflateInit2(&zbuf, Z_DEFAULT_COMPRESSION, Z_METHOD, in deflate_global()
/f-stack/freebsd/contrib/zlib/
H A Dzconf.h.in48 # define deflateInit2 z_deflateInit2 macro
255 /* Maximum value for memLevel in deflateInit2 */
264 /* Maximum value for windowBits in deflateInit2 and inflateInit2.
H A Dzconf.h54 # define deflateInit2 z_deflateInit2 macro
H A Dzlib.h1801 # define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ macro
H A Dgzwrite.c47 ret = deflateInit2(strm, state->level, Z_DEFLATED,
H A DChangeLog721 - 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 DFAQ149 format using deflateInit2(). You can also request that inflate decode the
/f-stack/dpdk/drivers/compress/zlib/
H A Dzlib_pmd.c284 if (deflateInit2(strm, level, in zlib_set_stream_parameters()
/f-stack/freebsd/kern/
H A Dsubr_compressor.c127 error = deflateInit2(&s->gz_stream, level, Z_DEFLATED, -MAX_WBITS, in gz_init()
/f-stack/freebsd/contrib/zlib/test/
H A Dminigzip.c212 ret = deflateInit2(&(gz->strm), -1, 8, 15 + 16, 8, 0);
/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dminigzip.c217 ret = deflateInit2(&(gz->strm), -1, 8, 15 + 16, 8, 0);
/f-stack/freebsd/netgraph/
H A Dng_deflate.c256 if ((res = deflateInit2(&priv->cx, in ng_deflate_rcvmsg()
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A Dgzwrite.c49 ret = deflateInit2(strm, state.state->level, Z_DEFLATED,
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_gzip_filter_module.c645 rc = deflateInit2(&ctx->zstream, (int) conf->level, Z_DEFLATED, in ngx_http_gzip_filter_deflate_start()
H A Dngx_http_log_module.c637 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 Dngx_stream_log_module.c528 rc = deflateInit2(&zstream, (int) level, Z_DEFLATED, wbits + 16, memlevel, in ngx_stream_log_gzip()
/f-stack/freebsd/contrib/zstd/programs/
H A Dfileio.c1035 { int const ret = deflateInit2(&strm, compressionLevel, Z_DEFLATED, in FIO_compressGzFrame()
/f-stack/dpdk/app/test/
H A Dtest_compressdev.c456 ret = deflateInit2(&stream, comp_level, Z_DEFLATED, in compress_zlib()