Lines Matching defs:Z_BLOCK
173 #define Z_BLOCK 5
304 If flush is set to Z_BLOCK, a deflate block is completed and emitted, as
434 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
435 output as possible to the output buffer. Z_BLOCK requests that inflate()
442 The Z_BLOCK option assists in appending to or combining deflate streams.
456 The Z_TREES option behaves as Z_BLOCK does, but it also returns when the
483 when Z_BLOCK or Z_TREES is used, and when inflate() avoids the allocation of
622 options Z_BLOCK, Z_PARTIAL_FLUSH, Z_SYNC_FLUSH, or Z_FULL_FLUSH. The
717 compressed with the old level and strategy using deflate(strm, Z_BLOCK).
722 If a deflate(strm, Z_BLOCK) is performed by deflateParams(), and it does
728 deflate stream should be flushed using deflate() with Z_BLOCK or other flush
1029 as noted in the description for the Z_BLOCK flush parameter for inflate.
1044 no gzip header information forthcoming. Note that Z_BLOCK or Z_TREES can be