Home | History | Annotate | Download | only in gzip

Lines Matching defs:Z_FINISH

129 #define Z_FINISH        4
245 If the parameter flush is set to Z_FINISH, pending input is processed,
248 called again with Z_FINISH and more output space (updated avail_out) but no
253 Z_FINISH can be used immediately after deflateInit if all the compression
269 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
341 and Z_FINISH, but the current implementation actually flushes as much output
347 Z_FINISH. In this case all pending input is processed and all pending
351 be inflateEnd to deallocate the decompression state. The use of Z_FINISH
372 enough room in the output buffer when Z_FINISH is used. In the Z_DATA_ERROR
713 the flush parameter is Z_FINISH and all output could be flushed.