Searched refs:MZ_PARTIAL_FLUSH (Results 1 – 5 of 5) sorted by relevance
11 pub const MZ_PARTIAL_FLUSH: isize = MZFlush::Partial as isize; constant
367 pub use libz_sys::Z_PARTIAL_FLUSH as MZ_PARTIAL_FLUSH;431 pub use cloudflare_zlib_sys::Z_PARTIAL_FLUSH as MZ_PARTIAL_FLUSH;
90 enum { MZ_NO_FLUSH = 0, MZ_PARTIAL_FLUSH = 1, MZ_SYNC_FLUSH = 2, MZ_FULL_FLUSH = 3, MZ_FINISH = 4, … enumerator229 #define Z_PARTIAL_FLUSH MZ_PARTIAL_FLUSH
302 if (flush == MZ_PARTIAL_FLUSH) flush = MZ_SYNC_FLUSH; in mz_deflate()450 if (flush == MZ_PARTIAL_FLUSH) flush = MZ_SYNC_FLUSH; in mz_inflate()
69 Partial = ffi::MZ_PARTIAL_FLUSH as isize,