Home | History | Annotate | Download | only in zlib

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
345 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
421 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH,
453 single call of inflate), the parameter flush should be set to Z_FINISH. In
457 saved by the compressor for this purpose.) The use of Z_FINISH is not
460 call. Z_FINISH also informs inflate to not maintain a sliding window if the
472 memory for a sliding window when Z_FINISH is used.
500 output buffer when Z_FINISH is used. Note that Z_BUF_ERROR is not fatal, and
707 deflateBound(), and the flush value Z_FINISH, then deflate() is guaranteed
710 than Z_FINISH or Z_NO_FLUSH are used.
1418 If the flush parameter is Z_FINISH, the remaining data is written and the