Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dgzip_stream.cc248 int GzipOutputStream::Deflate(int flush) { in Deflate() function in google::protobuf::io::GzipOutputStream
280 zerror_ = Deflate(Z_NO_FLUSH); in Next()
306 zerror_ = Deflate(Z_FULL_FLUSH); in Flush()
318 zerror_ = Deflate(Z_FINISH); in Close()
Dgzip_stream.h200 int Deflate(int flush);