Searched defs:Z_STREAM_END (Results 1 - 6 of 6) 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/python/cpython2/Modules/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/syslinux/com32/include/
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...]
/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/third_party/zlib_v128/
H A Dzlib.h243 #define Z_STREAM_END 1 macro
390 pending output is flushed and deflate returns with Z_STREAM_END if there was
393 more input data, until it returns with Z_STREAM_END or an error. After
394 deflate has returned Z_STREAM_END, the only possible operations on the stream
400 return Z_STREAM_END. If not enough output space is provided, deflate will
401 not return Z_STREAM_END, and it must be called again as described above.
412 processed or more output produced), Z_STREAM_END if all input has been
520 inflate() should normally be called until it returns Z_STREAM_END or an
547 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
549 checksum is equal to that saved by the compressor and returns Z_STREAM_END
[all...]

Completed in 1812 milliseconds