Home
last modified time | relevance | path

Searched refs:Deflate (Results 1 – 6 of 6) sorted by relevance

/external/zlib/contrib/ada/
Dmtest.adb42 Deflate : Filter_Type; variable
117 Deflate_Init (Deflate);
123 Translate (Deflate);
133 & ZLib.Count'Image (Total_Out (Deflate)));
135 Close (Deflate);
Dzlib-thin.ads125 function Deflate (strm : Z_Streamp; flush : Int) return Int; subprogspec
388 pragma Import (C, Deflate, "deflate");
Dzlib.adb77 := (True => (Step => Thin.Deflate'Access,
/external/protobuf/src/google/protobuf/io/
Dgzip_stream.cc238 int GzipOutputStream::Deflate(int flush) { in Deflate() function in google::protobuf::io::GzipOutputStream
271 zerror_ = Deflate(Z_NO_FLUSH); in Next()
298 zerror_ = Deflate(Z_FULL_FLUSH); in Flush()
308 zerror_ = Deflate(Z_FINISH); in Close()
Dgzip_stream.h198 int Deflate(int flush);
/external/zlib/contrib/dotzlib/DotZLib/
DUnitTests.cs171 #region Deflate tests