Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/zlib/
H A Ddeflate.c631 int err = deflate(strm, Z_BLOCK);
809 if (deflateStateCheck(strm) || flush > Z_BLOCK || flush < 0) {
1065 } else if (flush != Z_BLOCK) { /* FULL_FLUSH or SYNC_FLUSH */
H A Dzlib.h173 #define Z_BLOCK 5 macro
H A DChangeLog269 - Permit stronger flushes after Z_BLOCK flushes
274 - Write out all of the available bits when using Z_BLOCK
635 - Allow Z_BLOCK for deflate() to force a new block
872 - Correct Z_BLOCK to not return on first inflate call if no wrap
913 - Add Z_BLOCK flush option to return from inflate at block boundary
H A Dinflate.c841 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave; in inflate()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c535 #define Z_BLOCK 5 macro
2993 if (flush == Z_BLOCK) goto inf_leave;