/external/rust/crates/libz-sys/src/zlib-ng/arch/s390/ |
D | dfltcc_deflate.c | 110 if (flush == Z_FULL_FLUSH) in dfltcc_deflate() 136 if (flush == Z_FULL_FLUSH) in dfltcc_deflate() 272 if (flush == Z_FULL_FLUSH) in dfltcc_deflate() 314 *flush = Z_FULL_FLUSH; in dfltcc_deflate_params() 327 if (flush == Z_FULL_FLUSH && strm->avail_out == 0) in dfltcc_deflate_done()
|
/external/tensorflow/tensorflow/core/lib/io/ |
D | zlib_outputbuffer.h | 149 return flush_mode == Z_SYNC_FLUSH || flush_mode == Z_FULL_FLUSH; in IsSyncOrFullFlush()
|
/external/scapy/scapy/layers/tls/crypto/ |
D | compression.py | 61 tmp += self.compress_state.flush(zlib.Z_FULL_FLUSH)
|
/external/protobuf/src/google/protobuf/io/ |
D | gzip_stream.cc | 267 if ((flush == Z_FULL_FLUSH) || (flush == Z_FINISH)) { in Deflate() 309 zerror_ = Deflate(Z_FULL_FLUSH); in Flush()
|
/external/tensorflow/tensorflow/python/lib/io/ |
D | tf_record_test.py | 273 ("flush_mode", zlib.Z_FULL_FLUSH, 1), # A few less bytes. 312 output += compressor.flush(zlib.Z_FULL_FLUSH) 314 output += compressor.flush(zlib.Z_FULL_FLUSH) 315 output += compressor.flush(zlib.Z_FULL_FLUSH)
|
/external/freetype/src/gzip/ |
D | zlib.h | 128 #define Z_FULL_FLUSH 3 macro
|
/external/oss-fuzz/projects/zlib/ |
D | example_flush_fuzzer.c | 41 err = deflate(&c_stream, Z_FULL_FLUSH); in test_flush()
|
/external/rust/crates/libz-sys/src/zlib-ng/test/fuzz/ |
D | example_flush_fuzzer.c | 47 err = PREFIX(deflate)(&c_stream, Z_FULL_FLUSH); in test_flush()
|
/external/rust/crates/flate2/src/ffi/ |
D | c.rs | 363 pub use libz_sys::Z_FULL_FLUSH as MZ_FULL_FLUSH; 427 pub use cloudflare_zlib_sys::Z_FULL_FLUSH as MZ_FULL_FLUSH;
|
/external/rust/crates/libz-sys/src/zlib/contrib/pascal/ |
D | zlibpas.pas | 71 Z_FULL_FLUSH = 3;
|
D | example.pas | 386 err := deflate(c_stream, Z_FULL_FLUSH);
|
/external/rust/crates/libz-sys/src/ |
D | lib.rs | 192 pub const Z_FULL_FLUSH: c_int = 3; constant
|
/external/rust/crates/libz-sys/src/zlib/contrib/ada/ |
D | zlib-thin.ads | 62 Z_FULL_FLUSH : constant := 3; -- zlib.h:128
|
/external/libwebsockets/win32port/zlib/ |
D | zlib.h | 167 #define Z_FULL_FLUSH 3 macro
|
/external/rust/crates/libz-sys/src/zlib-ng/ |
D | zlib.h | 169 #define Z_FULL_FLUSH 3 macro
|
D | zlib-ng.h | 160 #define Z_FULL_FLUSH 3 macro
|
/external/rust/crates/libz-sys/src/zlib/contrib/delphi/ |
D | ZLib.pas | 170 Z_FULL_FLUSH = 3;
|
/external/python/cpython2/Doc/library/ |
D | zlib.rst | 212 :const:`Z_SYNC_FLUSH`, :const:`Z_FULL_FLUSH`, or :const:`Z_FINISH`, 214 :const:`Z_FULL_FLUSH` allow compressing further strings of data, while
|
/external/zstd/zlibWrapper/examples/ |
D | example.c | 419 err = deflate(&c_stream, Z_FULL_FLUSH);
|
D | example_original.c | 411 err = deflate(&c_stream, Z_FULL_FLUSH);
|
/external/zstd/zlibWrapper/ |
D | README.md | 130 - deflate (with exception of Z_FULL_FLUSH, Z_BLOCK, and Z_TREES)
|
/external/rust/crates/libz-sys/src/zlib/ |
D | zlib.h | 171 #define Z_FULL_FLUSH 3 macro
|
/external/rust/crates/libz-sys/src/zlib/test/ |
D | example.c | 394 err = deflate(&c_stream, Z_FULL_FLUSH);
|
/external/python/cpython2/Modules/zlib/ |
D | example.c | 394 err = deflate(&c_stream, Z_FULL_FLUSH);
|
D | zlib.h | 171 #define Z_FULL_FLUSH 3 macro
|