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

/external/freetype/src/gzip/
H A Dzlib.h133 #define Z_STREAM_END 1 macro
246 pending output is flushed and deflate returns with Z_STREAM_END if there
249 more input data, until it returns with Z_STREAM_END or an error. After
250 deflate has returned Z_STREAM_END, the only possible operations on the
256 Z_STREAM_END, then it must be called again as described above.
267 processed or more output produced), Z_STREAM_END if all input has been
344 inflate() should normally be called until it returns Z_STREAM_END or an
359 so far (that is, total_out bytes) and returns Z_OK, Z_STREAM_END or
362 compressor and returns Z_STREAM_END only if the checksum is correct.
365 or more output produced), Z_STREAM_END i
[all...]
/external/chromium_org/sdch/open-vcdiff/src/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/chromium_org/third_party/zlib/
H A Dzlib.h175 #define Z_STREAM_END 1 macro
326 pending output is flushed and deflate returns with Z_STREAM_END if there was
329 more input data, until it returns with Z_STREAM_END or an error. After
330 deflate has returned Z_STREAM_END, the only possible operations on the stream
336 Z_STREAM_END, then it must be called again as described above.
347 processed or more output produced), Z_STREAM_END if all input has been
455 inflate() should normally be called until it returns Z_STREAM_END or an
476 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
478 checksum is equal to that saved by the compressor and returns Z_STREAM_END
489 or more output produced), Z_STREAM_END i
[all...]
/external/qemu/distrib/zlib-1.2.8/
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
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
[all...]
/external/zlib/src/
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
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
[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 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
[all...]
/external/pdfium/core/include/thirdparties/zlib/
H A Dzlib.h234 #define Z_STREAM_END 1 macro
381 pending output is flushed and deflate returns with Z_STREAM_END if there was
384 more input data, until it returns with Z_STREAM_END or an error. After
385 deflate has returned Z_STREAM_END, the only possible operations on the stream
391 return Z_STREAM_END. If not enough output space is provided, deflate will
392 not return Z_STREAM_END, and it must be called again as described above.
403 processed or more output produced), Z_STREAM_END if all input has been
511 inflate() should normally be called until it returns Z_STREAM_END or an
538 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
540 checksum is equal to that saved by the compressor and returns Z_STREAM_END
[all...]
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dzlib.h238 #define Z_STREAM_END 1 macro
385 pending output is flushed and deflate returns with Z_STREAM_END if there was
388 more input data, until it returns with Z_STREAM_END or an error. After
389 deflate has returned Z_STREAM_END, the only possible operations on the stream
395 return Z_STREAM_END. If not enough output space is provided, deflate will
396 not return Z_STREAM_END, and it must be called again as described above.
407 processed or more output produced), Z_STREAM_END if all input has been
515 inflate() should normally be called until it returns Z_STREAM_END or an
542 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
544 checksum is equal to that saved by the compressor and returns Z_STREAM_END
[all...]

Completed in 451 milliseconds