Searched refs:Gzip (Results 1 – 16 of 16) sorted by relevance
/third_party/curl/src/ |
D | mkhelp.pl | 100 require IO::Compress::Gzip; 101 IO::Compress::Gzip->import(); 111 IO::Compress::Gzip::gzip(
|
/third_party/node/test/parallel/ |
D | test-zlib-zero-byte.js | 27 for (const Compressor of [ zlib.Gzip, zlib.BrotliCompress ]) { 36 const expected = Compressor === zlib.Gzip ? 20 : 1;
|
D | test-zlib.js | 40 [zlib.Gzip, zlib.Gunzip], 42 [zlib.Gzip, zlib.Unzip], 75 zlibPairs = [[zlib.Gzip, zlib.Unzip]];
|
D | test-zlib-sync-no-event.js | 9 const zipper = new zlib.Gzip();
|
/third_party/node/lib/ |
D | zlib.js | 765 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/ |
D | index.js | 262 class Gzip extends Zlib { class 333 exports.Gzip = Gzip
|
/third_party/node/test/sequential/ |
D | test-async-wrap-getasyncid.js | 181 const Gzip = require('zlib').Gzip; constant 182 testInitialized(new Gzip()._handle, 'Zlib');
|
/third_party/node/deps/npm/node_modules/npm-registry-fetch/lib/ |
D | index.js | 75 const gz = new zlib.Gzip() 80 body = new zlib.Gzip().end(body).concat()
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
D | ftmoderr.h | 158 FT_MODERRDEF( Gzip, 0x700, "Gzip module" )
|
/third_party/node/doc/api/ |
D | zlib.md | 10 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/ |
D | INSTALL | 13 FreeType. System libraries, such as zlib, Gzip, bzip2, Brotli,
|
D | CHANGES | 3376 - A fix in the Gzip stream reader: It couldn't read certain .gz
|
/third_party/node/deps/npm/node_modules/tar/lib/ |
D | pack.js | 94 this.zip = new zlib.Gzip(opt.gzip)
|
/third_party/node/deps/openssl/openssl/ |
D | NOTES-VMS.md | 119 Gzip and VMSTAR are available here:
|
/third_party/openssl/ |
D | NOTES-VMS.md | 119 Gzip and VMSTAR are available here:
|
/third_party/node/deps/corepack/dist/lib/ |
D | corepack.cjs | 14909 var Gzip = class extends Zlib { 14911 super(opts, "Gzip"); 14963 exports.Gzip = Gzip; 16195 this.zip = new zlib.Gzip(opt.gzip);
|