| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-zlib.c | 120 err = zlib_deflate(&stream, Z_FINISH); in z_compress_level() 174 err = zlib_inflate(&stream, Z_FINISH); in z_uncompress()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_zlib.c | 170 err = zlib_deflate(&stream, Z_FINISH); in z_compress_level() 225 err = zlib_inflate(&stream, Z_FINISH); in z_uncompress()
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/examples/ |
| H A D | example_original.c | 243 err = deflate(&c_stream, Z_FINISH); 339 err = deflate(&c_stream, Z_FINISH); 417 err = deflate(&c_stream, Z_FINISH); 459 err = inflate(&d_stream, Z_FINISH); 499 err = deflate(&c_stream, Z_FINISH);
|
| H A D | example.c | 251 err = deflate(&c_stream, Z_FINISH); 347 err = deflate(&c_stream, Z_FINISH); 425 err = deflate(&c_stream, Z_FINISH); 467 err = inflate(&d_stream, Z_FINISH); 507 err = deflate(&c_stream, Z_FINISH);
|
| H A D | fitblk_original.c | 85 flush = Z_FINISH; in partcompress() 116 flush = Z_FINISH; in recompress()
|
| H A D | fitblk.c | 90 flush = Z_FINISH; in partcompress() 126 flush = Z_FINISH; in recompress()
|
| H A D | zwrapbench.c | 324 ret = deflate(&def, Z_FINISH); in BMK_benchMem() 355 ret = deflate(&def, Z_FINISH); in BMK_benchMem() 460 ret = inflate(&inf, Z_FINISH); in BMK_benchMem() 464 ret = inflate(&inf, Z_FINISH); in BMK_benchMem() 492 ret = inflate(&inf, Z_FINISH); in BMK_benchMem() 496 ret = inflate(&inf, Z_FINISH); in BMK_benchMem()
|
| H A D | minigzip.c | 317 (void)deflate(strm, Z_FINISH);
|
| /f-stack/freebsd/contrib/zlib/test/ |
| H A D | example.c | 226 err = deflate(&c_stream, Z_FINISH); 322 err = deflate(&c_stream, Z_FINISH); 400 err = deflate(&c_stream, Z_FINISH); 442 err = inflate(&d_stream, Z_FINISH); 482 err = deflate(&c_stream, Z_FINISH);
|
| H A D | minigzip.c | 312 (void)deflate(strm, Z_FINISH);
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | compress.c | 58 err = deflate(&stream, sourceLen ? Z_NO_FLUSH : Z_FINISH);
|
| H A D | deflate.c | 780 (s->status == FINISH_STATE && flush != Z_FINISH)) { 807 flush != Z_FINISH) { 1049 if (flush != Z_FINISH) return Z_OK; 1686 if (len < min_block && ((len == 0 && flush != Z_FINISH) || 1773 if (flush != Z_NO_FLUSH && flush != Z_FINISH && 1808 ((left || flush == Z_FINISH) && flush != Z_NO_FLUSH && 1811 last = flush == Z_FINISH && s->strm->avail_in == 0 && 1916 if (flush == Z_FINISH) { 2047 if (flush == Z_FINISH) { 2122 if (flush == Z_FINISH) { [all …]
|
| H A D | gzwrite.c | 109 (flush != Z_FINISH || ret == Z_STREAM_END))) { 139 if (flush == Z_FINISH) 572 if (flush < 0 || flush > Z_FINISH) 653 if (gz_comp(state, Z_FINISH) == -1)
|
| H A D | zlib.h | 172 #define Z_FINISH 4 macro
|
| H A D | ChangeLog | 141 - Improve inflate() documentation on the use of Z_FINISH 258 - Have inflate() with Z_FINISH avoid the allocation of a window 294 - Clarify the use of Z_FINISH with deflateBound() amount of space 1146 . Simplify Z_FINISH check in inflate() 1207 - check Z_FINISH in inflate (thanks to Marc Schluper) 1281 - In very rare conditions, deflate(s, Z_FINISH) could fail to produce an EOF 1458 - deflate(Z_FINISH) now returns Z_STREAM_END when done. Warning: this 1492 - support decompression but only in a single step (forced Z_FINISH) 1513 - use Z_FINISH instead of deflateEnd to finish compression.
|
| H A D | inflate.c | 1256 (state->mode < CHECK || flush != Z_FINISH))) 1272 if (((in == 0 && out == 0) || flush == Z_FINISH) && ret == Z_OK)
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/ |
| H A D | gzwrite.c | 111 (flush != Z_FINISH || ret == Z_STREAM_END))) { 141 if (flush == Z_FINISH) 575 if (flush < 0 || flush > Z_FINISH) 656 if (gz_comp(state, Z_FINISH) == -1)
|
| H A D | zstd_zlibwrapper.c | 369 …{ int const initErr = ZWRAP_initializeCStream(zwc, NULL, 0, (flush == Z_FINISH) ? strm->avail_in :… in z_deflate() 371 if (flush != Z_FINISH) zwc->comprState = ZWRAP_useReset; in z_deflate() 375 …size_t const resetErr = ZSTD_resetCStream(zwc->zbc, (flush == Z_FINISH) ? strm->avail_in : zwc->pl… in z_deflate() 382 …int const res = ZWRAP_initializeCStream(zwc, NULL, 0, (flush == Z_FINISH) ? strm->avail_in : ZSTD_… in z_deflate() 384 if (flush != Z_FINISH) zwc->comprState = ZWRAP_useReset; in z_deflate() 417 if (flush == Z_FINISH) { in z_deflate()
|
| H A D | README.md | 92 …e in case of `deflateInit()` or `deflateReset()` immediately followed by `deflate(strm, Z_FINISH)`
|
| /f-stack/freebsd/kern/ |
| H A D | subr_compressor.c | 177 zflag = data == NULL ? Z_FINISH : Z_NO_FLUSH; in gz_write() 230 (zflag == Z_FINISH || s->gz_stream.avail_in > 0)); in gz_write()
|
| H A D | kern_ctf.c | 268 ret = inflate(&zs, Z_FINISH);
|
| /f-stack/freebsd/opencrypto/ |
| H A D | cryptodeflate.c | 147 deflate(&zbuf, Z_FINISH); in deflate_global()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_gunzip_filter_module.c | 359 ctx->flush = Z_FINISH; in ngx_http_gunzip_filter_add_data() 509 if (ctx->flush == Z_FINISH && ctx->zstream.avail_in == 0) { in ngx_http_gunzip_filter_inflate()
|
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | bcm_osal.c | 245 rc = inflate(p_hwfn->stream, Z_FINISH); in qede_unzip_data()
|
| /f-stack/dpdk/drivers/compress/zlib/ |
| H A D | zlib_pmd.c | 28 fin_flush = Z_FINISH; in process_zlib_deflate()
|