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

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dzlib.h133 #define Z_STREAM_END 1 macro
250 pending output is flushed and deflate returns with Z_STREAM_END if there
253 more input data, until it returns with Z_STREAM_END or an error. After
254 deflate has returned Z_STREAM_END, the only possible operations on the
260 Z_STREAM_END, then it must be called again as described above.
271 processed or more output produced), Z_STREAM_END if all input has been
349 inflate() should normally be called until it returns Z_STREAM_END or an
364 so far (that is, total_out bytes) and returns Z_OK, Z_STREAM_END or
367 compressor and returns Z_STREAM_END only if the checksum is correct.
370 or more output produced), Z_STREAM_END i
[all...]

Completed in 308 milliseconds