Lines Matching defs:Z_FINISH
129 #define Z_FINISH 4
249 If the parameter flush is set to Z_FINISH, pending input is processed,
252 called again with Z_FINISH and more output space (updated avail_out) but no
257 Z_FINISH can be used immediately after deflateInit if all the compression
273 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
346 and Z_FINISH, but the current implementation actually flushes as much output
352 Z_FINISH. In this case all pending input is processed and all pending
356 be inflateEnd to deallocate the decompression state. The use of Z_FINISH
377 enough room in the output buffer when Z_FINISH is used. In the Z_DATA_ERROR
752 the flush parameter is Z_FINISH and all output could be flushed.