/third_party/flutter/skia/third_party/externals/wuffs/std/gzip/ |
D | README.md | 1 # Gzip chapter 3 Gzip ([RFC 1952](https://www.ietf.org/rfc/rfc1952.txt)) is a thin wrapper 4 around raw deflate (RFC 1951). Gzip is similar to zlib (RFC 1950), but with a 7 Gzip is used as an HTTP compression format and as a standalone file format for
|
/third_party/curl/src/ |
D | mkhelp.pl | 97 require IO::Compress::Gzip; 98 IO::Compress::Gzip->import(); 108 IO::Compress::Gzip::gzip(
|
/third_party/grpc/examples/python/compression/ |
D | README.md | 8 - `grpc.Compression.Gzip` - The Gzip algorithm is applied to the payload. 22 with grpc.insecure_channel('foo.bar:1234', compression=grpc.Compression.Gzip) as channel: 46 compression=grpc.Compression.Gzip)
|
D | client.py | 31 "gzip": grpc.Compression.Gzip,
|
D | server.py | 33 "gzip": grpc.Compression.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/grpc/src/python/grpcio/grpc/ |
D | _compression.py | 19 Gzip = cygrpc.CompressionAlgorithm.gzip variable 24 Gzip: 'gzip',
|
D | __init__.py | 2079 Gzip = _compression.Gzip variable in Compression
|
/third_party/node/lib/ |
D | zlib.js | 742 function Gzip(opts) { class 743 if (!(this instanceof Gzip)) 744 return new Gzip(opts); 747 ObjectSetPrototypeOf(Gzip.prototype, Zlib.prototype); 748 ObjectSetPrototypeOf(Gzip, Zlib); 888 Gzip, property 900 gzip: createConvenienceMethod(Gzip, false), 901 gzipSync: createConvenienceMethod(Gzip, true), 923 createGzip: createProperty(Gzip),
|
/third_party/node/deps/npm/node_modules/minizlib/ |
D | index.js | 246 class Gzip extends Zlib { class 305 exports.Gzip = Gzip
|
D | README.md | 37 - Gzip
|
/third_party/node/test/sequential/ |
D | test-async-wrap-getasyncid.js | 168 const Gzip = require('zlib').Gzip; constant 169 testInitialized(new Gzip()._handle, 'Zlib');
|
/third_party/grpc/src/python/grpcio_tests/tests/unit/ |
D | _compression_test.py | 49 grpc.Compression.Gzip, 55 grpc.Compression.Gzip: 'GzipCompression', 305 functools.partial(set_call_compression, grpc.Compression.Gzip)
|
/third_party/freetype/include/freetype/ |
D | ftmoderr.h | 158 FT_MODERRDEF( Gzip, 0x700, "Gzip module" )
|
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/ |
D | ftmoderr.h | 158 FT_MODERRDEF( Gzip, 0x700, "Gzip module" )
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
D | ftmoderr.h | 158 FT_MODERRDEF( Gzip, 0x700, "Gzip module" )
|
/third_party/grpc/src/python/grpcio_tests/tests_aio/unit/ |
D | compression_test.py | 120 self._address, compression=grpc.Compression.Gzip) as channel: 140 call = multicallable(_REQUEST, compression=grpc.Compression.Gzip)
|
/third_party/flutter/skia/third_party/externals/wuffs/std/adler32/ |
D | README.md | 4 It is named after its inventor, Mark Adler, who also co-invented the Gzip and 5 Zlib compressed file formats. Amongst other differences, Gzip uses CRC-32 as
|
/third_party/node/doc/api/ |
D | zlib.md | 9 The `zlib` module provides compression functionality implemented using Gzip, 613 ## Class: `zlib.Gzip` 650 Decompress either a Gzip- or Deflate-compressed stream by auto-detecting 814 Creates and returns a new [`Gzip`][] object. 1053 Compress a chunk of data with [`Gzip`][]. 1187 [`Gzip`]: #zlib_class_zlib_gzip
|
/third_party/skia/third_party/externals/freetype/docs/ |
D | INSTALL | 13 FreeType. System libraries, such as zlib, Gzip, bzip2, Brotli,
|
/third_party/openssl/ |
D | NOTES.VMS | 101 Gzip and VMSTAR are available here:
|
/third_party/node/deps/npm/node_modules/tar/lib/ |
D | pack.js | 84 this.zip = new zlib.Gzip(opt.gzip)
|
/third_party/flutter/skia/third_party/externals/wuffs/std/deflate/ |
D | README.md | 7 Gzip ([RFC 1952](https://www.ietf.org/rfc/rfc1952.txt)) and zlib ([RFC 10 Gzip (the file format) is used by the `gzip` and `tar` command line tools and
|