/external/freetype/src/gzip/ |
D | zlib.h | 126 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */ macro
|
/external/rust/crates/libz-sys/src/zlib/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/rust/crates/flate2/src/ffi/ |
D | c.rs | 367 pub use libz_sys::Z_PARTIAL_FLUSH as MZ_PARTIAL_FLUSH; 431 pub use cloudflare_zlib_sys::Z_PARTIAL_FLUSH as MZ_PARTIAL_FLUSH;
|
/external/tensorflow/tensorflow/core/lib/io/ |
D | zlib_outputbuffer.cc | 203 TF_RETURN_IF_ERROR(DeflateBuffered(Z_PARTIAL_FLUSH)); in Flush()
|
/external/rust/crates/libz-sys/src/zlib/contrib/pascal/ |
D | zlibpas.pas | 69 Z_PARTIAL_FLUSH = 1;
|
/external/rust/crates/libz-sys/src/ |
D | lib.rs | 190 pub const Z_PARTIAL_FLUSH: c_int = 1; constant
|
/external/rust/crates/libz-sys/src/zlib/contrib/ada/ |
D | zlib-thin.ads | 56 Z_PARTIAL_FLUSH : constant := 1; -- zlib.h:126
|
/external/pdfium/third_party/libtiff/ |
D | tif_zip.c | 167 state = inflate(&sp->stream, Z_PARTIAL_FLUSH); in ZIPDecode()
|
/external/rust/crates/libz-sys/src/zlib-ng/ |
D | zlib.h | 167 #define Z_PARTIAL_FLUSH 1 macro
|
D | zlib-ng.h | 158 #define Z_PARTIAL_FLUSH 1 macro
|
/external/libwebsockets/win32port/zlib/ |
D | zlib.h | 165 #define Z_PARTIAL_FLUSH 1 macro
|
D | gzwrite.c | 490 if (strm->avail_in && gz_comp(state, Z_PARTIAL_FLUSH) == -1)
|
/external/rust/crates/libz-sys/src/zlib/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
|
/external/rust/crates/libz-sys/src/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
|
/external/angle/third_party/zlib/ |
D | zlib.h | 169 #define Z_PARTIAL_FLUSH 1 macro
|
/external/zlib/ |
D | zlib.h | 212 #define Z_PARTIAL_FLUSH 1 macro
|
/external/OpenCL-CTS/test_common/miniz/ |
D | miniz.h | 229 #define Z_PARTIAL_FLUSH MZ_PARTIAL_FLUSH macro
|
/external/python/cpython3/Modules/ |
D | zlibmodule.c | 1458 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 | 765 Z_PARTIAL_FLUSH); in compress_buffer() 804 Z_PARTIAL_FLUSH); in uncompress_buffer()
|
/external/rust/crates/libz-sys/src/zlib/os400/ |
D | zlib.inc | 37 D Z_PARTIAL_FLUSH...
|