Searched refs:MZ_NO_FLUSH (Results 1 – 4 of 4) sorted by relevance
10 pub const MZ_NO_FLUSH: isize = MZFlush::None as isize; constant
365 pub use libz_sys::Z_NO_FLUSH as MZ_NO_FLUSH;429 pub use cloudflare_zlib_sys::Z_NO_FLUSH as MZ_NO_FLUSH;
50 None = ffi::MZ_NO_FLUSH as isize,95 None = ffi::MZ_NO_FLUSH as isize,
90 enum { MZ_NO_FLUSH = 0, MZ_PARTIAL_FLUSH = 1, MZ_SYNC_FLUSH = 2, MZ_FULL_FLUSH = 3, MZ_FINISH = 4, … enumerator228 #define Z_NO_FLUSH MZ_NO_FLUSH