Home
last modified time | relevance | path

Searched refs:Z_PARTIAL_FLUSH (Results 1 – 25 of 26) sorted by relevance

12

/external/freetype/src/gzip/
Dzlib.h126 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */ macro
/external/zlib/src/examples/
DREADME.examples33 - illustrates use of raw deflate, Z_PARTIAL_FLUSH, deflatePrime(),
Dgzlog.c661 deflate(&strm, len ? Z_NO_FLUSH : Z_PARTIAL_FLUSH); in log_compress()
/external/zlib/src/contrib/pascal/
Dzlibpas.pas69 Z_PARTIAL_FLUSH = 1;
/external/zlib/src/contrib/ada/
Dzlib-thin.ads56 Z_PARTIAL_FLUSH : constant := 1; -- zlib.h:126
/external/opencv3/3rdparty/libtiff/
Dtif_zip.c171 int state = inflate(&sp->stream, Z_PARTIAL_FLUSH); in ZIPDecode()
Dtif_pixarlog.c769 int state = inflate(&sp->stream, Z_PARTIAL_FLUSH); in PixarLogDecode()
/external/pdfium/third_party/libtiff/
Dtif_zip.c173 int state = inflate(&sp->stream, Z_PARTIAL_FLUSH); in ZIPDecode()
Dtif_pixarlog.c785 int state = inflate(&sp->stream, Z_PARTIAL_FLUSH); in PixarLogDecode()
/external/zlib/src/contrib/delphi/
DZLib.pas168 Z_PARTIAL_FLUSH = 1;
/external/zlib/src/
Dzlib.h165 #define Z_PARTIAL_FLUSH 1 macro
Dgzwrite.c529 if (strm->avail_in && gz_comp(state, Z_PARTIAL_FLUSH) == -1)
DChangeLog167 - Remove second empty static block for Z_PARTIAL_FLUSH
516 - Remove deprecation comment on Z_PARTIAL_FLUSH (it stays)
1169 (but the symbol Z_PARTIAL_FLUSH is kept for compatibility with 1.0.4)
1447 - do real compression in deflate.c. Z_PARTIAL_FLUSH is supported but
1458 - suppress Z_BLOCK_FLUSH, interpret Z_PARTIAL_FLUSH as block flush
Ddeflate.c924 if (flush == Z_PARTIAL_FLUSH) {
/external/zlib/
Dzlib.h165 #define Z_PARTIAL_FLUSH 1 macro
/external/opencv3/3rdparty/zlib/
Dzlib.h165 #define Z_PARTIAL_FLUSH 1 macro
Dgzwrite.c529 if (strm->avail_in && gz_comp(state, Z_PARTIAL_FLUSH) == -1)
DChangeLog167 - Remove second empty static block for Z_PARTIAL_FLUSH
516 - Remove deprecation comment on Z_PARTIAL_FLUSH (it stays)
1169 (but the symbol Z_PARTIAL_FLUSH is kept for compatibility with 1.0.4)
1447 - do real compression in deflate.c. Z_PARTIAL_FLUSH is supported but
1458 - suppress Z_BLOCK_FLUSH, interpret Z_PARTIAL_FLUSH as block flush
Ddeflate.c924 if (flush == Z_PARTIAL_FLUSH) {
/external/pdfium/third_party/zlib_v128/
Dgzwrite.c528 if (strm->avail_in && gz_comp(state, Z_PARTIAL_FLUSH) == -1) in gzsetparams()
Dzlib.h234 #define Z_PARTIAL_FLUSH 1 macro
Ddeflate.c923 if (flush == Z_PARTIAL_FLUSH) { in deflate()
/external/opencv3/3rdparty/libpng/
Dpngread.c557 ret = inflate(&png_ptr->zstream, Z_PARTIAL_FLUSH); in png_read_row()
Dpngrutil.c3848 ret = inflate(&png_ptr->zstream, Z_PARTIAL_FLUSH); in png_read_finish_row()
/external/zlib/src/as400/
Dzlib.inc37 D Z_PARTIAL_FLUSH...

12