Home | History | Annotate | Download | only in gzip

Lines Matching defs:Z_STREAM_END

133 #define Z_STREAM_END    1
246 pending output is flushed and deflate returns with Z_STREAM_END if there
249 more input data, until it returns with Z_STREAM_END or an error. After
250 deflate has returned Z_STREAM_END, the only possible operations on the
256 Z_STREAM_END, then it must be called again as described above.
267 processed or more output produced), Z_STREAM_END if all input has been
344 inflate() should normally be called until it returns Z_STREAM_END or an
359 so far (that is, total_out bytes) and returns Z_OK, Z_STREAM_END or
362 compressor and returns Z_STREAM_END only if the checksum is correct.
365 or more output produced), Z_STREAM_END if the end of the compressed data has