Searched refs:Deflate (Results 1 – 6 of 6) sorted by relevance
42 Deflate : Filter_Type; variable117 Deflate_Init (Deflate);123 Translate (Deflate);133 & ZLib.Count'Image (Total_Out (Deflate)));135 Close (Deflate);
125 function Deflate (strm : Z_Streamp; flush : Int) return Int; subprogspec388 pragma Import (C, Deflate, "deflate");
77 := (True => (Step => Thin.Deflate'Access,
238 int GzipOutputStream::Deflate(int flush) { in Deflate() function in google::protobuf::io::GzipOutputStream271 zerror_ = Deflate(Z_NO_FLUSH); in Next()298 zerror_ = Deflate(Z_FULL_FLUSH); in Flush()308 zerror_ = Deflate(Z_FINISH); in Close()
198 int Deflate(int flush);
171 #region Deflate tests