Home
last modified time | relevance | path

Searched refs:MZ_NO_FLUSH (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/flate2/src/ffi/
Drust.rs10 pub const MZ_NO_FLUSH: isize = MZFlush::None as isize; constant
Dc.rs365 pub use libz_sys::Z_NO_FLUSH as MZ_NO_FLUSH;
429 pub use cloudflare_zlib_sys::Z_NO_FLUSH as MZ_NO_FLUSH;
/external/rust/crates/flate2/src/
Dmem.rs50 None = ffi::MZ_NO_FLUSH as isize,
95 None = ffi::MZ_NO_FLUSH as isize,
/external/OpenCL-CTS/test_common/miniz/
Dminiz.h90 enum { MZ_NO_FLUSH = 0, MZ_PARTIAL_FLUSH = 1, MZ_SYNC_FLUSH = 2, MZ_FULL_FLUSH = 3, MZ_FINISH = 4, … enumerator
228 #define Z_NO_FLUSH MZ_NO_FLUSH