Lines Matching defs:Z_FINISH
174 #define Z_FINISH 4
328 If the parameter flush is set to Z_FINISH, pending input is processed,
331 function must be called again with Z_FINISH and more output space (updated
336 Z_FINISH can be used in the first deflate call after deflateInit if all the
356 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
435 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH,
467 single call of inflate), the parameter flush should be set to Z_FINISH. In
471 saved by the compressor for this purpose.) The use of Z_FINISH is not
474 call. Z_FINISH also informs inflate to not maintain a sliding window if the
486 memory for a sliding window when Z_FINISH is used.
515 buffer when Z_FINISH is used. Note that Z_BUF_ERROR is not fatal, and
772 deflateBound(), and the flush value Z_FINISH, then deflate() is guaranteed
775 than Z_FINISH or Z_NO_FLUSH are used.
1543 If the flush parameter is Z_FINISH, the remaining data is written and the