Home
last modified time | relevance | path

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

12

/external/freetype/src/gzip/
Dzlib.h126 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */ macro
/external/rust/crates/libz-sys/src/zlib/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/rust/crates/flate2/src/ffi/
Dc.rs367 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/
Dzlib_outputbuffer.cc203 TF_RETURN_IF_ERROR(DeflateBuffered(Z_PARTIAL_FLUSH)); in Flush()
/external/rust/crates/libz-sys/src/zlib/contrib/pascal/
Dzlibpas.pas69 Z_PARTIAL_FLUSH = 1;
/external/rust/crates/libz-sys/src/
Dlib.rs190 pub const Z_PARTIAL_FLUSH: c_int = 1; constant
/external/rust/crates/libz-sys/src/zlib/contrib/ada/
Dzlib-thin.ads56 Z_PARTIAL_FLUSH : constant := 1; -- zlib.h:126
/external/pdfium/third_party/libtiff/
Dtif_zip.c167 state = inflate(&sp->stream, Z_PARTIAL_FLUSH); in ZIPDecode()
/external/rust/crates/libz-sys/src/zlib-ng/
Dzlib.h167 #define Z_PARTIAL_FLUSH 1 macro
Dzlib-ng.h158 #define Z_PARTIAL_FLUSH 1 macro
/external/libwebsockets/win32port/zlib/
Dzlib.h165 #define Z_PARTIAL_FLUSH 1 macro
Dgzwrite.c490 if (strm->avail_in && gz_comp(state, Z_PARTIAL_FLUSH) == -1)
/external/rust/crates/libz-sys/src/zlib/contrib/delphi/
DZLib.pas168 Z_PARTIAL_FLUSH = 1;
/external/python/cpython2/Modules/zlib/
Dzlib.h169 #define Z_PARTIAL_FLUSH 1 macro
DChangeLog210 - 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/
Dzlib.h169 #define Z_PARTIAL_FLUSH 1 macro
DChangeLog210 - 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/
Dzlib.h169 #define Z_PARTIAL_FLUSH 1 macro
/external/zlib/
Dzlib.h212 #define Z_PARTIAL_FLUSH 1 macro
/external/OpenCL-CTS/test_common/miniz/
Dminiz.h229 #define Z_PARTIAL_FLUSH MZ_PARTIAL_FLUSH macro
/external/python/cpython3/Modules/
Dzlibmodule.c1458 PyModule_AddIntMacro(m, Z_PARTIAL_FLUSH); in PyInit_zlib()
/external/python/cpython3/Doc/library/
Dzlib.rst219 :const:`Z_NO_FLUSH`, :const:`Z_PARTIAL_FLUSH`, :const:`Z_SYNC_FLUSH`,
/external/openssh/
Dpacket.c765 Z_PARTIAL_FLUSH); in compress_buffer()
804 Z_PARTIAL_FLUSH); in uncompress_buffer()
/external/rust/crates/libz-sys/src/zlib/os400/
Dzlib.inc37 D Z_PARTIAL_FLUSH...

12