Lines Matching defs:Z_FINISH
168 #define Z_FINISH 4
320 If the parameter flush is set to Z_FINISH, pending input is processed,
323 called again with Z_FINISH and more output space (updated avail_out) but no
328 Z_FINISH can be used immediately after deflateInit if all the compression
344 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
420 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH,
452 single call of inflate), the parameter flush should be set to Z_FINISH. In
457 the decompression state. The use of Z_FINISH is never required, but can be
491 output buffer when Z_FINISH is used. Note that Z_BUF_ERROR is not fatal, and
1325 If the flush parameter is Z_FINISH, the remaining data is written and the