Lines Matching refs: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 return Z_STREAM_END. If not enough output space is provided, deflate will
332 not return Z_STREAM_END, and it must be called again as described above.
343 processed or more output produced), Z_STREAM_END if all input has been
451 inflate() should normally be called until it returns Z_STREAM_END or an
478 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
480 checksum is equal to that saved by the compressor and returns Z_STREAM_END
493 or more output produced), Z_STREAM_END if the end of the compressed data has
708 to return Z_STREAM_END. Note that it is possible for the compressed size to
1087 return values of inflateBack() can be Z_STREAM_END on success, Z_BUF_ERROR