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

/external/freetype/src/gzip/
H A Dzlib.h129 #define Z_FINISH 4 macro
245 If the parameter flush is set to Z_FINISH, pending input is processed,
248 called again with Z_FINISH and more output space (updated avail_out) but no
253 Z_FINISH can be used immediately after deflateInit if all the compression
269 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
341 and Z_FINISH, but the current implementation actually flushes as much output
347 Z_FINISH. In this case all pending input is processed and all pending
351 be inflateEnd to deallocate the decompression state. The use of Z_FINISH
372 enough room in the output buffer when Z_FINISH is used. In the Z_DATA_ERROR
713 the flush parameter is Z_FINISH an
[all...]
/external/chromium_org/sdch/open-vcdiff/src/zlib/
H A Dzlib.h166 #define Z_FINISH 4 macro
296 If the parameter flush is set to Z_FINISH, pending input is processed,
299 called again with Z_FINISH and more output space (updated avail_out) but no
304 Z_FINISH can be used immediately after deflateInit if all the compression
320 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
393 Z_FINISH, or Z_BLOCK. Z_SYNC_FLUSH requests that inflate() flush as much
416 Z_FINISH. In this case all pending input is processed and all pending
420 be inflateEnd to deallocate the decompression state. The use of Z_FINISH
454 output buffer when Z_FINISH is used. Note that Z_BUF_ERROR is not fatal, and
1181 the flush parameter is Z_FINISH an
[all...]
/external/chromium_org/third_party/zlib/
H A Dzlib.h169 #define Z_FINISH 4 macro
325 If the parameter flush is set to Z_FINISH, pending input is processed,
328 called again with Z_FINISH and more output space (updated avail_out) but no
333 Z_FINISH can be used immediately after deflateInit if all the compression
349 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
425 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH,
457 single call of inflate), the parameter flush should be set to Z_FINISH. In
462 the decompression state. The use of Z_FINISH is never required, but can be
496 output buffer when Z_FINISH is used. Note that Z_BUF_ERROR is not fatal, and
1330 If the flush parameter is Z_FINISH, th
[all...]
/external/qemu/distrib/zlib-1.2.8/
H A Dzlib.h168 #define Z_FINISH 4 macro
320 If the parameter flush is set to Z_FINISH, pending input is processed,
323 called again with Z_FINISH and more output space (updated avail_out) but no
328 Z_FINISH can be used immediately after deflateInit if all the compression
345 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
421 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH,
453 single call of inflate), the parameter flush should be set to Z_FINISH. In
457 saved by the compressor for this purpose.) The use of Z_FINISH is not
460 call. Z_FINISH also informs inflate to not maintain a sliding window if the
472 memory for a sliding window when Z_FINISH i
[all...]
/external/zlib/src/
H A Dzlib.h168 #define Z_FINISH 4 macro
320 If the parameter flush is set to Z_FINISH, pending input is processed,
323 called again with Z_FINISH and more output space (updated avail_out) but no
328 Z_FINISH can be used immediately after deflateInit if all the compression
345 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
421 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH,
453 single call of inflate), the parameter flush should be set to Z_FINISH. In
457 saved by the compressor for this purpose.) The use of Z_FINISH is not
460 call. Z_FINISH also informs inflate to not maintain a sliding window if the
472 memory for a sliding window when Z_FINISH i
[all...]
/external/zlib/
H A Dzlib.h168 #define Z_FINISH 4 macro
320 If the parameter flush is set to Z_FINISH, pending input is processed,
323 called again with Z_FINISH and more output space (updated avail_out) but no
328 Z_FINISH can be used immediately after deflateInit if all the compression
345 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
421 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH,
453 single call of inflate), the parameter flush should be set to Z_FINISH. In
457 saved by the compressor for this purpose.) The use of Z_FINISH is not
460 call. Z_FINISH also informs inflate to not maintain a sliding window if the
472 memory for a sliding window when Z_FINISH i
[all...]
/external/pdfium/core/include/thirdparties/zlib/
H A Dzlib.h228 #define Z_FINISH 4 macro
380 If the parameter flush is set to Z_FINISH, pending input is processed,
383 called again with Z_FINISH and more output space (updated avail_out) but no
388 Z_FINISH can be used immediately after deflateInit if all the compression
405 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
481 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH,
513 single call of inflate), the parameter flush should be set to Z_FINISH. In
517 saved by the compressor for this purpose.) The use of Z_FINISH is not
520 call. Z_FINISH also informs inflate to not maintain a sliding window if the
532 memory for a sliding window when Z_FINISH i
[all...]
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dzlib.h232 #define Z_FINISH 4 macro
384 If the parameter flush is set to Z_FINISH, pending input is processed,
387 called again with Z_FINISH and more output space (updated avail_out) but no
392 Z_FINISH can be used immediately after deflateInit if all the compression
409 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
485 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH,
517 single call of inflate), the parameter flush should be set to Z_FINISH. In
521 saved by the compressor for this purpose.) The use of Z_FINISH is not
524 call. Z_FINISH also informs inflate to not maintain a sliding window if the
536 memory for a sliding window when Z_FINISH i
[all...]

Completed in 139 milliseconds