Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zlib/
H A Dzlib.h171 #define Z_FULL_FLUSH 3 macro
H A DFAQ214 Z_FULL_FLUSH, carefully write all the pending data at those points, and
216 points. You have to be careful to not use Z_FULL_FLUSH too often, since it
H A DChangeLog565 - Fix Z_FULL_FLUSH to truly erase the past by resetting s->strstart
1440 - deflate(Z_FULL_FLUSH) now works even if output buffer too short
1448 - deflate(Z_FULL_FLUSH), inflateReset and inflateSync are now fully implemented
1491 not yet Z_FULL_FLUSH.
H A Ddeflate.c1032 if (flush == Z_FULL_FLUSH) {
/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dexample_original.c411 err = deflate(&c_stream, Z_FULL_FLUSH);
H A Dexample.c419 err = deflate(&c_stream, Z_FULL_FLUSH);
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A DREADME.md130 - deflate (with exception of Z_FULL_FLUSH, Z_BLOCK, and Z_TREES)
H A Dzstd_zlibwrapper.c410 if (flush == Z_FULL_FLUSH in z_deflate()
/f-stack/freebsd/contrib/zlib/test/
H A Dexample.c394 err = deflate(&c_stream, Z_FULL_FLUSH);
/f-stack/dpdk/app/test/
H A Dtest_compressdev.c410 return Z_FULL_FLUSH; in map_zlib_flush_flag()