Home
last modified time | relevance | path

Searched refs:Deflate (Results 1 - 5 of 5) sorted by relevance

/third_party/node/lib/
H A Dzlib.js749 function Deflate(opts) { function
750 if (!(this instanceof Deflate))
751 return new Deflate(opts);
754 ObjectSetPrototypeOf(Deflate.prototype, Zlib.prototype);
755 ObjectSetPrototypeOf(Deflate, Zlib);
911 Deflate,
923 deflate: createConvenienceMethod(Deflate, false),
924 deflateSync: createConvenienceMethod(Deflate, true),
944 createDeflate: createProperty(Deflate),
/third_party/protobuf/src/google/protobuf/io/
H A Dgzip_stream.cc251 int GzipOutputStream::Deflate(int flush) { in Deflate() function in google::protobuf::io::GzipOutputStream
283 zerror_ = Deflate(Z_NO_FLUSH); in Next()
295 // The loop in Deflate should consume all avail_in in Next()
296 GOOGLE_LOG(DFATAL) << "Deflate left bytes unconsumed"; in Next()
309 zerror_ = Deflate(Z_FULL_FLUSH); in Flush()
321 zerror_ = Deflate(Z_FINISH); in Close()
H A Dgzip_stream.h191 int Deflate(int flush);
/third_party/zlib/contrib/dotzlib/DotZLib/
H A DUnitTests.cs171 #region Deflate tests
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 29 milliseconds