Home
last modified time | relevance | path

Searched refs:Z_BLOCK (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/zlib/
H A Dzlib.h173 #define Z_BLOCK 5 macro
H A Ddeflate.c772 int err = deflate(strm, Z_BLOCK); in deflateParams()
950 if (deflateStateCheck(strm) || flush > Z_BLOCK || flush < 0) { in deflate()
1206 } else if (flush != Z_BLOCK) { /* FULL_FLUSH or SYNC_FLUSH */ in deflate()
H A Dgzwrite.c586 if (strm->avail_in && gz_comp(state, Z_BLOCK) == -1) in gzsetparams()
H A DChangeLog309 - Permit stronger flushes after Z_BLOCK flushes
314 - Write out all of the available bits when using Z_BLOCK
675 - Allow Z_BLOCK for deflate() to force a new block
912 - Correct Z_BLOCK to not return on first inflate call if no wrap
953 - Add Z_BLOCK flush option to return from inflate at block boundary
H A Dinflate.c825 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave; in inflate()
/freebsd/sys/contrib/zstd/zlibWrapper/
H A DREADME.md130 - deflate (with exception of Z_FULL_FLUSH, Z_BLOCK, and Z_TREES)
H A Dgzwrite.c623 if (strm->avail_in && gz_comp(state, Z_BLOCK) == -1)
H A Dzstd_zlibwrapper.c429 || flush == Z_BLOCK) in z_deflate()