Searched defs:Z_STREAM_END (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/zlib-1.2.6/
H A Dzlib.h174 #define Z_STREAM_END 1 macro
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
475 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
477 checksum is equal to that saved by the compressor and returns Z_STREAM_END
[all...]

Completed in 80 milliseconds