Home
last modified time | relevance | path

Searched refs:Gzip (Results 1 - 4 of 4) sorted by relevance

/third_party/curl/src/
H A Dmkhelp.pl96 # If compression requested, check that the Gzip module is available
100 require IO::Compress::Gzip;
101 IO::Compress::Gzip->import();
104 print STDERR "Warning: compression requested but Gzip is not available\n" if (!$c)
111 IO::Compress::Gzip::gzip(
/third_party/node/lib/
H A Dzlib.js765 function Gzip(opts) { function
766 if (!(this instanceof Gzip))
767 return new Gzip(opts);
770 ObjectSetPrototypeOf(Gzip.prototype, Zlib.prototype);
771 ObjectSetPrototypeOf(Gzip, Zlib);
913 Gzip,
925 gzip: createConvenienceMethod(Gzip, false),
926 gzipSync: createConvenienceMethod(Gzip, true),
948 createGzip: createProperty(Gzip),
/third_party/node/test/sequential/
H A Dtest-async-wrap-getasyncid.js181 const Gzip = require('zlib').Gzip;
182 testInitialized(new Gzip()._handle, 'Zlib');
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftmoderr.h158 FT_MODERRDEF( Gzip, 0x700, "Gzip module" )

Completed in 4 milliseconds