Searched refs:MZ_FULL_FLUSH (Results 1 – 4 of 4) sorted by relevance
13 pub const MZ_FULL_FLUSH: isize = MZFlush::Full as isize; constant
363 pub use libz_sys::Z_FULL_FLUSH as MZ_FULL_FLUSH;427 pub use cloudflare_zlib_sys::Z_FULL_FLUSH as MZ_FULL_FLUSH;
90 enum { MZ_NO_FLUSH = 0, MZ_PARTIAL_FLUSH = 1, MZ_SYNC_FLUSH = 2, MZ_FULL_FLUSH = 3, MZ_FINISH = 4, … enumerator231 #define Z_FULL_FLUSH MZ_FULL_FLUSH
76 Full = ffi::MZ_FULL_FLUSH as isize,