Home | History | Annotate | Download | only in src

Lines Matching refs:Z_STREAM_END

171 #define Z_STREAM_END    1
297 pending output is flushed and deflate returns with Z_STREAM_END if there
300 more input data, until it returns with Z_STREAM_END or an error. After
301 deflate has returned Z_STREAM_END, the only possible operations on the
307 Z_STREAM_END, then it must be called again as described above.
318 processed or more output produced), Z_STREAM_END if all input has been
413 inflate() should normally be called until it returns Z_STREAM_END or an
434 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
436 checksum is equal to that saved by the compressor and returns Z_STREAM_END
447 or more output produced), Z_STREAM_END if the end of the compressed data has
937 return values of inflateBack() can be Z_STREAM_END on success, Z_BUF_ERROR