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

/external/kernel-headers/original/linux/
H A Dzlib.h149 #define Z_STREAM_END 1 macro
261 pending output is flushed and deflate returns with Z_STREAM_END if there
264 more input data, until it returns with Z_STREAM_END or an error. After
265 deflate has returned Z_STREAM_END, the only possible operations on the
271 Z_STREAM_END, then it must be called again as described above.
282 processed or more output produced), Z_STREAM_END if all input has been
382 inflate() should normally be called until it returns Z_STREAM_END or an
403 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
405 checksum is equal to that saved by the compressor and returns Z_STREAM_END
416 or more output produced), Z_STREAM_END i
[all...]
/external/chromium/sdch/open-vcdiff/src/
H A Dzlib.h171 #define Z_STREAM_END 1 macro
297 pending output is flushed and deflate returns with Z_STREAM_END if there
300 more input data, until it returns with Z_STREAM_END or an error. After
301 deflate has returned Z_STREAM_END, the only possible operations on the
307 Z_STREAM_END, then it must be called again as described above.
318 processed or more output produced), Z_STREAM_END if all input has been
413 inflate() should normally be called until it returns Z_STREAM_END or an
434 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
436 checksum is equal to that saved by the compressor and returns Z_STREAM_END
447 or more output produced), Z_STREAM_END i
[all...]
/external/chromium/third_party/zlib/
H A Dzlib.h171 #define Z_STREAM_END 1 macro
297 pending output is flushed and deflate returns with Z_STREAM_END if there
300 more input data, until it returns with Z_STREAM_END or an error. After
301 deflate has returned Z_STREAM_END, the only possible operations on the
307 Z_STREAM_END, then it must be called again as described above.
318 processed or more output produced), Z_STREAM_END if all input has been
413 inflate() should normally be called until it returns Z_STREAM_END or an
434 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
436 checksum is equal to that saved by the compressor and returns Z_STREAM_END
447 or more output produced), Z_STREAM_END i
[all...]
/external/qemu/distrib/zlib-1.2.3/
H A Dzlib.h171 #define Z_STREAM_END 1 macro
297 pending output is flushed and deflate returns with Z_STREAM_END if there
300 more input data, until it returns with Z_STREAM_END or an error. After
301 deflate has returned Z_STREAM_END, the only possible operations on the
307 Z_STREAM_END, then it must be called again as described above.
318 processed or more output produced), Z_STREAM_END if all input has been
413 inflate() should normally be called until it returns Z_STREAM_END or an
434 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
436 checksum is equal to that saved by the compressor and returns Z_STREAM_END
447 or more output produced), Z_STREAM_END i
[all...]
/external/zlib/
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 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
450 inflate() should normally be called until it returns Z_STREAM_END or an
471 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
473 checksum is equal to that saved by the compressor and returns Z_STREAM_END
484 or more output produced), Z_STREAM_END i
[all...]

Completed in 18 milliseconds