Searched refs:Z_PARTIAL_FLUSH (Results 1 – 25 of 28) sorted by relevance
12
/external/pdfium/third_party/libtiff/ |
D | 0009-HeapBufferOverflow-PixarLogDecode.patch | 32 int state = inflate(&sp->stream, Z_PARTIAL_FLUSH);
|
D | tif_zip.c | 173 int state = inflate(&sp->stream, Z_PARTIAL_FLUSH); in ZIPDecode()
|
D | tif_pixarlog.c | 793 int state = inflate(&sp->stream, Z_PARTIAL_FLUSH); in PixarLogDecode()
|
/external/freetype/src/gzip/ |
D | zlib.h | 126 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */ macro
|
/external/zlib/src/examples/ |
D | README.examples | 33 - illustrates use of raw deflate, Z_PARTIAL_FLUSH, deflatePrime(),
|
D | gzlog.c | 661 deflate(&strm, len ? Z_NO_FLUSH : Z_PARTIAL_FLUSH); in log_compress()
|
/external/zlib/src/contrib/pascal/ |
D | zlibpas.pas | 69 Z_PARTIAL_FLUSH = 1;
|
/external/zlib/src/contrib/ada/ |
D | zlib-thin.ads | 56 Z_PARTIAL_FLUSH : constant := 1; -- zlib.h:126
|
/external/syslinux/com32/include/ |
D | zlib.h | 165 #define Z_PARTIAL_FLUSH 1 macro
|
/external/zlib/src/contrib/delphi/ |
D | ZLib.pas | 168 Z_PARTIAL_FLUSH = 1;
|
/external/zlib/src/ |
D | zlib.h | 165 #define Z_PARTIAL_FLUSH 1 macro
|
D | gzwrite.c | 529 if (strm->avail_in && gz_comp(state, Z_PARTIAL_FLUSH) == -1)
|
D | ChangeLog | 167 - 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/ |
D | zlib.h | 165 #define Z_PARTIAL_FLUSH 1 macro
|
D | gzwrite.c | 529 if (strm->avail_in && gz_comp(state, Z_PARTIAL_FLUSH) == -1)
|
D | ChangeLog | 167 - 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/ |
D | zlib.h | 165 #define Z_PARTIAL_FLUSH 1 macro
|
/external/pdfium/third_party/zlib_v128/ |
D | gzwrite.c | 528 if (strm->avail_in && gz_comp(state, Z_PARTIAL_FLUSH) == -1) in gzsetparams()
|
D | zlib.h | 234 #define Z_PARTIAL_FLUSH 1 macro
|
D | deflate.c | 923 if (flush == Z_PARTIAL_FLUSH) { in deflate()
|
/external/zlib/src/as400/ |
D | zlib.inc | 37 D Z_PARTIAL_FLUSH...
|
/external/syslinux/com32/lib/libpng/ |
D | pngread.c | 753 ret = inflate(&png_ptr->zstream, Z_PARTIAL_FLUSH); in png_read_row()
|
D | pngpread.c | 1405 ret = inflate(&png_ptr->zstream, Z_PARTIAL_FLUSH); in png_push_read_zTXt()
|
/external/openssh/ |
D | packet.c | 739 Z_PARTIAL_FLUSH); in compress_buffer() 778 Z_PARTIAL_FLUSH); in uncompress_buffer()
|
/external/syslinux/com32/lib/zlib/ |
D | deflate.c | 841 if (flush == Z_PARTIAL_FLUSH) {
|
12