Searched refs:Z_FULL_FLUSH (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/contrib/zlib/test/ |
H A D | example.c | 348 err = deflate(&c_stream, Z_FULL_FLUSH); in test_flush()
|
/freebsd/sys/contrib/zlib/ |
H A D | zlib.h | 171 #define Z_FULL_FLUSH 3 macro
|
H A D | FAQ | 213 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 D | ChangeLog | 668 - 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 D | deflate.c | 1211 if (flush == Z_FULL_FLUSH) { in deflate()
|
/freebsd/sys/contrib/zstd/zlibWrapper/ |
H A D | README.md | 130 - deflate (with exception of Z_FULL_FLUSH, Z_BLOCK, and Z_TREES)
|
H A D | zstd_zlibwrapper.c | 425 if (flush == Z_FULL_FLUSH in z_deflate()
|
/freebsd/sys/contrib/zstd/zlibWrapper/examples/ |
H A D | example.c | 419 err = deflate(&c_stream, Z_FULL_FLUSH);
|
H A D | example_original.c | 411 err = deflate(&c_stream, Z_FULL_FLUSH);
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | ctf.c | 593 if ((type == Z_FULL_FLUSH && rc == Z_BUF_ERROR) || in compress_flush() 674 compress_flush(&resbuf, Z_FULL_FLUSH); in write_compressed_buffer()
|