Lines Matching refs:Z_STREAM_END
149 #define Z_STREAM_END 1
261 pending output is flushed and deflate returns with Z_STREAM_END if there
264 more input data, until it returns with Z_STREAM_END or an error. After
265 deflate has returned Z_STREAM_END, the only possible operations on the
271 Z_STREAM_END, then it must be called again as described above.
282 processed or more output produced), Z_STREAM_END if all input has been
382 inflate() should normally be called until it returns Z_STREAM_END or an
403 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
405 checksum is equal to that saved by the compressor and returns Z_STREAM_END
416 or more output produced), Z_STREAM_END if the end of the compressed data has