Searched defs:MZ_SYNC_FLUSH (Results 1 – 2 of 2) sorted by relevance
12 pub const MZ_SYNC_FLUSH: isize = MZFlush::Sync 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