Searched refs:Gzip (Results 1 - 4 of 4) sorted by relevance
/third_party/curl/src/ |
H A D | mkhelp.pl | 96 # 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 D | zlib.js | 765 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 D | test-async-wrap-getasyncid.js | 181 const Gzip = require('zlib').Gzip; 182 testInitialized(new Gzip()._handle, 'Zlib');
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
H A D | ftmoderr.h | 158 FT_MODERRDEF( Gzip, 0x700, "Gzip module" )
|
Completed in 2 milliseconds