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

/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzlib.h169 #define Z_BLOCK 5 macro
395 Z_FINISH, or Z_BLOCK. Z_SYNC_FLUSH requests that inflate() flush as much
396 output as possible to the output buffer. Z_BLOCK requests that inflate() stop
403 The Z_BLOCK option assists in appending to or combining deflate streams.
430 because Z_BLOCK is used.
826 no gzip header information forthcoming. Note that Z_BLOCK can be used to
H A Dinflate.c790 if (flush == Z_BLOCK) goto inf_leave;
/freebsd-10.1-release/lib/libz/
H A Dzlib.h169 #define Z_BLOCK 5 macro
298 If flush is set to Z_BLOCK, a deflate block is completed and emitted, as
422 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
423 output as possible to the output buffer. Z_BLOCK requests that inflate()
430 The Z_BLOCK option assists in appending to or combining deflate streams.
444 The Z_TREES option behaves as Z_BLOCK does, but it also returns when the
471 when Z_BLOCK or Z_TREES is used, and when inflate() avoids the allocation of
598 options Z_BLOCK, Z_PARTIAL_FLUSH, Z_SYNC_FLUSH, or Z_FULL_FLUSH. The
957 as noted in the description for the Z_BLOCK flush parameter for inflate.
972 no gzip header information forthcoming. Note that Z_BLOCK o
[all...]
H A Ddeflate.c158 /* rank Z_BLOCK between Z_NO_FLUSH and Z_PARTIAL_FLUSH */
515 err = deflate(strm, Z_BLOCK);
673 flush > Z_BLOCK || flush < 0) {
926 } else if (flush != Z_BLOCK) { /* FULL_FLUSH or SYNC_FLUSH */
H A Dinflate.c827 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;

Completed in 108 milliseconds