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

/external/freetype/src/gzip/
H A Dzlib.h126 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */
127 #define Z_SYNC_FLUSH 2 macro
227 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
235 Z_SYNC_FLUSH, and the compression state is reset so that decompression can
338 If the parameter flush is set to Z_SYNC_FLUSH, inflate flushes as much
340 not specified for values of the flush parameter other than Z_SYNC_FLUSH
/external/opencv3/3rdparty/zlib/
H A Dzlib.h166 #define Z_SYNC_FLUSH 2 macro
280 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
292 input data so far will be available to the decompressor, as for Z_SYNC_FLUSH.
299 for Z_SYNC_FLUSH, but the output is not aligned on a byte boundary, and up to
308 Z_SYNC_FLUSH, and the compression state is reset so that decompression can
316 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that
421 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH,
422 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
598 options Z_BLOCK, Z_PARTIAL_FLUSH, Z_SYNC_FLUSH, or Z_FULL_FLUSH. The
/external/zlib/src/
H A Dzlib.h166 #define Z_SYNC_FLUSH 2 macro
280 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
292 input data so far will be available to the decompressor, as for Z_SYNC_FLUSH.
299 for Z_SYNC_FLUSH, but the output is not aligned on a byte boundary, and up to
308 Z_SYNC_FLUSH, and the compression state is reset so that decompression can
316 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that
421 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH,
422 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
598 options Z_BLOCK, Z_PARTIAL_FLUSH, Z_SYNC_FLUSH, or Z_FULL_FLUSH. The
/external/zlib/
H A Dzlib.h166 #define Z_SYNC_FLUSH 2 macro
280 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
292 input data so far will be available to the decompressor, as for Z_SYNC_FLUSH.
299 for Z_SYNC_FLUSH, but the output is not aligned on a byte boundary, and up to
308 Z_SYNC_FLUSH, and the compression state is reset so that decompression can
316 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that
421 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH,
422 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
598 options Z_BLOCK, Z_PARTIAL_FLUSH, Z_SYNC_FLUSH, or Z_FULL_FLUSH. The
/external/pdfium/third_party/zlib_v128/
H A Dzlib.h235 #define Z_SYNC_FLUSH 2 macro
349 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
361 input data so far will be available to the decompressor, as for Z_SYNC_FLUSH.
368 for Z_SYNC_FLUSH, but the output is not aligned on a byte boundary, and up to
377 Z_SYNC_FLUSH, and the compression state is reset so that decompression can
385 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that
490 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH,
491 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
667 options Z_BLOCK, Z_PARTIAL_FLUSH, Z_SYNC_FLUSH, or Z_FULL_FLUSH. The

Completed in 197 milliseconds