Home
last modified time | relevance | path

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

12

/external/pdfium/third_party/libtiff/
D0009-HeapBufferOverflow-PixarLogDecode.patch32 int state = inflate(&sp->stream, Z_PARTIAL_FLUSH);
Dtif_zip.c173 int state = inflate(&sp->stream, Z_PARTIAL_FLUSH); in ZIPDecode()
Dtif_pixarlog.c793 int state = inflate(&sp->stream, Z_PARTIAL_FLUSH); in PixarLogDecode()
/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/syslinux/com32/include/
Dzlib.h165 #define Z_PARTIAL_FLUSH 1 macro
/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
/external/python/cpython2/Modules/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
/external/zlib/
Dzlib.h165 #define Z_PARTIAL_FLUSH 1 macro
/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/zlib/src/as400/
Dzlib.inc37 D Z_PARTIAL_FLUSH...
/external/syslinux/com32/lib/libpng/
Dpngread.c753 ret = inflate(&png_ptr->zstream, Z_PARTIAL_FLUSH); in png_read_row()
Dpngpread.c1405 ret = inflate(&png_ptr->zstream, Z_PARTIAL_FLUSH); in png_push_read_zTXt()
/external/openssh/
Dpacket.c739 Z_PARTIAL_FLUSH); in compress_buffer()
778 Z_PARTIAL_FLUSH); in uncompress_buffer()
/external/syslinux/com32/lib/zlib/
Ddeflate.c841 if (flush == Z_PARTIAL_FLUSH) {

12