Home
last modified time | relevance | path

Searched refs:Gzip (Results 1 – 16 of 16) sorted by relevance

/third_party/curl/src/
Dmkhelp.pl100 require IO::Compress::Gzip;
101 IO::Compress::Gzip->import();
111 IO::Compress::Gzip::gzip(
/third_party/node/test/parallel/
Dtest-zlib-zero-byte.js27 for (const Compressor of [ zlib.Gzip, zlib.BrotliCompress ]) {
36 const expected = Compressor === zlib.Gzip ? 20 : 1;
Dtest-zlib.js40 [zlib.Gzip, zlib.Gunzip],
42 [zlib.Gzip, zlib.Unzip],
75 zlibPairs = [[zlib.Gzip, zlib.Unzip]];
Dtest-zlib-sync-no-event.js9 const zipper = new zlib.Gzip();
/third_party/node/lib/
Dzlib.js765 function Gzip(opts) { class
766 if (!(this instanceof Gzip))
767 return new Gzip(opts);
770 ObjectSetPrototypeOf(Gzip.prototype, Zlib.prototype);
771 ObjectSetPrototypeOf(Gzip, Zlib);
913 Gzip, property
925 gzip: createConvenienceMethod(Gzip, false),
926 gzipSync: createConvenienceMethod(Gzip, true),
948 createGzip: createProperty(Gzip),
/third_party/node/deps/npm/node_modules/minizlib/
Dindex.js262 class Gzip extends Zlib { class
333 exports.Gzip = Gzip
/third_party/node/test/sequential/
Dtest-async-wrap-getasyncid.js181 const Gzip = require('zlib').Gzip; constant
182 testInitialized(new Gzip()._handle, 'Zlib');
/third_party/node/deps/npm/node_modules/npm-registry-fetch/lib/
Dindex.js75 const gz = new zlib.Gzip()
80 body = new zlib.Gzip().end(body).concat()
/third_party/skia/third_party/externals/freetype/include/freetype/
Dftmoderr.h158 FT_MODERRDEF( Gzip, 0x700, "Gzip module" )
/third_party/node/doc/api/
Dzlib.md10 Gzip, Deflate/Inflate, and Brotli.
625 ## Class: `zlib.Gzip`
666 Decompress either a Gzip- or Deflate-compressed stream by auto-detecting
844 Creates and returns a new [`Gzip`][] object.
1098 Compress a chunk of data with [`Gzip`][].
1238 [`Gzip`]: #class-zlibgzip
/third_party/skia/third_party/externals/freetype/docs/
DINSTALL13 FreeType. System libraries, such as zlib, Gzip, bzip2, Brotli,
DCHANGES3376 - A fix in the Gzip stream reader: It couldn't read certain .gz
/third_party/node/deps/npm/node_modules/tar/lib/
Dpack.js94 this.zip = new zlib.Gzip(opt.gzip)
/third_party/node/deps/openssl/openssl/
DNOTES-VMS.md119 Gzip and VMSTAR are available here:
/third_party/openssl/
DNOTES-VMS.md119 Gzip and VMSTAR are available here:
/third_party/node/deps/corepack/dist/lib/
Dcorepack.cjs14909 var Gzip = class extends Zlib {
14911 super(opts, "Gzip");
14963 exports.Gzip = Gzip;
16195 this.zip = new zlib.Gzip(opt.gzip);