Searched defs:MZ_NO_FLUSH (Results 1 – 2 of 2) sorted by relevance
10 pub const MZ_NO_FLUSH: isize = MZFlush::None as isize; constant
90 enum { MZ_NO_FLUSH = 0, MZ_PARTIAL_FLUSH = 1, MZ_SYNC_FLUSH = 2, MZ_FULL_FLUSH = 3, MZ_FINISH = 4, … enumerator