Lines Matching defs:Z_STREAM_END
174 #define Z_STREAM_END 1
321 pending output is flushed and deflate returns with Z_STREAM_END if there was
324 more input data, until it returns with Z_STREAM_END or an error. After
325 deflate has returned Z_STREAM_END, the only possible operations on the stream
331 Z_STREAM_END, then it must be called again as described above.
342 processed or more output produced), Z_STREAM_END if all input has been
450 inflate() should normally be called until it returns Z_STREAM_END or an
471 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
473 checksum is equal to that saved by the compressor and returns Z_STREAM_END
484 or more output produced), Z_STREAM_END if the end of the compressed data has
1030 return values of inflateBack() can be Z_STREAM_END on success, Z_BUF_ERROR