Home
last modified time | relevance | path

Searched refs:Z_FINISH (Results 1 – 25 of 32) sorted by relevance

12

/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-zlib.c120 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 Dspl_zlib.c170 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 Dexample_original.c243 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 Dexample.c251 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 Dfitblk_original.c85 flush = Z_FINISH; in partcompress()
116 flush = Z_FINISH; in recompress()
H A Dfitblk.c90 flush = Z_FINISH; in partcompress()
126 flush = Z_FINISH; in recompress()
H A Dzwrapbench.c324 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 Dminigzip.c317 (void)deflate(strm, Z_FINISH);
/f-stack/freebsd/contrib/zlib/test/
H A Dexample.c226 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 Dminigzip.c312 (void)deflate(strm, Z_FINISH);
/f-stack/freebsd/contrib/zlib/
H A Dcompress.c58 err = deflate(&stream, sourceLen ? Z_NO_FLUSH : Z_FINISH);
H A Ddeflate.c780 (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 Dgzwrite.c109 (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 Dzlib.h172 #define Z_FINISH 4 macro
H A DChangeLog141 - 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 Dinflate.c1256 (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 Dgzwrite.c111 (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 Dzstd_zlibwrapper.c369 …{ 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 DREADME.md92 …e in case of `deflateInit()` or `deflateReset()` immediately followed by `deflate(strm, Z_FINISH)`
/f-stack/freebsd/kern/
H A Dsubr_compressor.c177 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 Dkern_ctf.c268 ret = inflate(&zs, Z_FINISH);
/f-stack/freebsd/opencrypto/
H A Dcryptodeflate.c147 deflate(&zbuf, Z_FINISH); in deflate_global()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_gunzip_filter_module.c359 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 Dbcm_osal.c245 rc = inflate(p_hwfn->stream, Z_FINISH); in qede_unzip_data()
/f-stack/dpdk/drivers/compress/zlib/
H A Dzlib_pmd.c28 fin_flush = Z_FINISH; in process_zlib_deflate()

12