Lines Matching defs:Z_FINISH
172 #define Z_FINISH 4
326 If the parameter flush is set to Z_FINISH, pending input is processed,
329 function must be called again with Z_FINISH and more output space (updated
334 Z_FINISH can be used in the first deflate call after deflateInit if all the
354 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
433 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH,
465 single call of inflate), the parameter flush should be set to Z_FINISH. In
469 saved by the compressor for this purpose.) The use of Z_FINISH is not
472 call. Z_FINISH also informs inflate to not maintain a sliding window if the
484 memory for a sliding window when Z_FINISH is used.
513 buffer when Z_FINISH is used. Note that Z_BUF_ERROR is not fatal, and
770 deflateBound(), and the flush value Z_FINISH, then deflate() is guaranteed
773 than Z_FINISH or Z_NO_FLUSH are used.
1541 If the flush parameter is Z_FINISH, the remaining data is written and the