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

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dzlib.h195 #define Z_STREAM_END 1 macro
321 pending output is flushed and deflate returns with Z_STREAM_END if there
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
331 Z_STREAM_END, then it must be called again as described above.
342 processed or more output produced), Z_STREAM_END if all input has been
437 inflate() should normally be called until it returns Z_STREAM_END or an
458 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
460 checksum is equal to that saved by the compressor and returns Z_STREAM_END
471 or more output produced), Z_STREAM_END i
[all...]

Completed in 1049 milliseconds