Home
last modified time | relevance | path

Searched refs:Z_FULL_FLUSH (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/contrib/zlib/test/
H A Dexample.c348 err = deflate(&c_stream, Z_FULL_FLUSH); in test_flush()
/freebsd/sys/contrib/zlib/
H A Dzlib.h171 #define Z_FULL_FLUSH 3 macro
H A DFAQ213 Z_FULL_FLUSH, carefully write all the pending data at those points, and
215 points. You have to be careful to not use Z_FULL_FLUSH too often, since it
H A DChangeLog668 - Fix Z_FULL_FLUSH to truly erase the past by resetting s->strstart
1543 - deflate(Z_FULL_FLUSH) now works even if output buffer too short
1551 - deflate(Z_FULL_FLUSH), inflateReset and inflateSync are now fully implemented
1594 not yet Z_FULL_FLUSH
H A Ddeflate.c1211 if (flush == Z_FULL_FLUSH) { in deflate()
/freebsd/sys/contrib/zstd/zlibWrapper/
H A DREADME.md130 - deflate (with exception of Z_FULL_FLUSH, Z_BLOCK, and Z_TREES)
H A Dzstd_zlibwrapper.c425 if (flush == Z_FULL_FLUSH in z_deflate()
/freebsd/sys/contrib/zstd/zlibWrapper/examples/
H A Dexample.c419 err = deflate(&c_stream, Z_FULL_FLUSH);
H A Dexample_original.c411 err = deflate(&c_stream, Z_FULL_FLUSH);
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c593 if ((type == Z_FULL_FLUSH && rc == Z_BUF_ERROR) || in compress_flush()
674 compress_flush(&resbuf, Z_FULL_FLUSH); in write_compressed_buffer()