Home | History | Annotate | Download | only in zlib

Lines Matching defs:Z_STREAM_END

180 #define Z_STREAM_END    1
329 pending output is flushed and deflate returns with Z_STREAM_END if there was
332 avail_out) but no more input data, until it returns with Z_STREAM_END or an
333 error. After deflate has returned Z_STREAM_END, the only possible operations
339 below). Then deflate is guaranteed to return Z_STREAM_END. If not enough
340 output space is provided, deflate will not return Z_STREAM_END, and it must
354 processed or more output produced), Z_STREAM_END if all input has been
465 inflate() should normally be called until it returns Z_STREAM_END or an
492 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
494 checksum is equal to that saved by the compressor and returns Z_STREAM_END
506 or more output produced), Z_STREAM_END if the end of the compressed data has
773 to return Z_STREAM_END. Note that it is possible for the compressed size to
873 inflate() will return Z_STREAM_END at the end of the gzip member. The state
1161 return values of inflateBack() can be Z_STREAM_END on success, Z_BUF_ERROR