Searched refs:Z_PARTIAL_FLUSH (Results 1 – 20 of 20) sorted by relevance
/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/u-boot/include/u-boot/ |
D | zlib.h | 466 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */ macro
|
/external/pdfium/third_party/libtiff/ |
D | tif_zip.c | 177 int state = inflate(&sp->stream, Z_PARTIAL_FLUSH); in ZIPDecode()
|
D | tif_pixarlog.c | 809 int state = inflate(&sp->stream, Z_PARTIAL_FLUSH); in PixarLogDecode()
|
/external/zlib/src/contrib/delphi/ |
D | ZLib.pas | 168 Z_PARTIAL_FLUSH = 1;
|
/external/python/cpython2/Modules/zlib/ |
D | zlib.h | 169 #define Z_PARTIAL_FLUSH 1 macro
|
D | ChangeLog | 210 - Remove second empty static block for Z_PARTIAL_FLUSH 559 - Remove deprecation comment on Z_PARTIAL_FLUSH (it stays) 1212 (but the symbol Z_PARTIAL_FLUSH is kept for compatibility with 1.0.4) 1490 - do real compression in deflate.c. Z_PARTIAL_FLUSH is supported but 1501 - suppress Z_BLOCK_FLUSH, interpret Z_PARTIAL_FLUSH as block flush
|
D | deflate.c | 1022 if (flush == Z_PARTIAL_FLUSH) {
|
/external/zlib/src/ |
D | zlib.h | 169 #define Z_PARTIAL_FLUSH 1 macro
|
D | ChangeLog | 210 - Remove second empty static block for Z_PARTIAL_FLUSH 559 - Remove deprecation comment on Z_PARTIAL_FLUSH (it stays) 1212 (but the symbol Z_PARTIAL_FLUSH is kept for compatibility with 1.0.4) 1490 - do real compression in deflate.c. Z_PARTIAL_FLUSH is supported but 1501 - suppress Z_BLOCK_FLUSH, interpret Z_PARTIAL_FLUSH as block flush
|
D | deflate.c | 1022 if (flush == Z_PARTIAL_FLUSH) {
|
/external/zlib/ |
D | zlib.h | 169 #define Z_PARTIAL_FLUSH 1 macro
|
/external/python/cpython3/Modules/ |
D | zlibmodule.c | 1381 PyModule_AddIntMacro(m, Z_PARTIAL_FLUSH); in PyInit_zlib()
|
/external/python/cpython3/Doc/library/ |
D | zlib.rst | 219 :const:`Z_NO_FLUSH`, :const:`Z_PARTIAL_FLUSH`, :const:`Z_SYNC_FLUSH`,
|
/external/openssh/ |
D | packet.c | 739 Z_PARTIAL_FLUSH); in compress_buffer() 778 Z_PARTIAL_FLUSH); in uncompress_buffer()
|
/external/u-boot/lib/zlib/ |
D | deflate.c | 839 if (flush == Z_PARTIAL_FLUSH) {
|