Searched defs:Z_STREAM_END (Results 1 - 5 of 5) 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/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.h239 #define Z_STREAM_END 1 macro
386 pending output is flushed and deflate returns with Z_STREAM_END if there was
389 more input data, until it returns with Z_STREAM_END or an error. After
390 deflate has returned Z_STREAM_END, the only possible operations on the stream
396 return Z_STREAM_END. If not enough output space is provided, deflate will
397 not return Z_STREAM_END, and it must be called again as described above.
408 processed or more output produced), Z_STREAM_END if all input has been
516 inflate() should normally be called until it returns Z_STREAM_END or an
543 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
545 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.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 147 milliseconds