Home | History | Annotate | Download | only in src

Lines Matching defs:Z_STREAM_END

178 #define Z_STREAM_END    1
327 pending output is flushed and deflate returns with Z_STREAM_END if there was
330 avail_out) but no more input data, until it returns with Z_STREAM_END or an
331 error. After deflate has returned Z_STREAM_END, the only possible operations
337 below). Then deflate is guaranteed to return Z_STREAM_END. If not enough
338 output space is provided, deflate will not return Z_STREAM_END, and it must
352 processed or more output produced), Z_STREAM_END if all input has been
462 inflate() should normally be called until it returns Z_STREAM_END or an
489 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
491 checksum is equal to that saved by the compressor and returns Z_STREAM_END
503 or more output produced), Z_STREAM_END if the end of the compressed data has
771 to return Z_STREAM_END. Note that it is possible for the compressed size to
870 inflate() will return Z_STREAM_END at the end of the gzip stream. The state
1155 return values of inflateBack() can be Z_STREAM_END on success, Z_BUF_ERROR