Searched refs:Deflate (Results 1 – 2 of 2) sorted by relevance
248 int GzipOutputStream::Deflate(int flush) { in Deflate() function in google::protobuf::io::GzipOutputStream280 zerror_ = Deflate(Z_NO_FLUSH); in Next()306 zerror_ = Deflate(Z_FULL_FLUSH); in Flush()318 zerror_ = Deflate(Z_FINISH); in Close()
200 int Deflate(int flush);