Home
last modified time | relevance | path

Searched defs:MZ_PARTIAL_FLUSH (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/flate2/src/ffi/
Drust.rs11 pub const MZ_PARTIAL_FLUSH: isize = MZFlush::Partial as isize; constant
/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