Home
last modified time | relevance | path

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

12

/third_party/flutter/skia/third_party/externals/wuffs/std/gzip/
DREADME.md1 # 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/
Dmkhelp.pl97 require IO::Compress::Gzip;
98 IO::Compress::Gzip->import();
108 IO::Compress::Gzip::gzip(
/third_party/grpc/examples/python/compression/
DREADME.md8 - `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)
Dclient.py31 "gzip": grpc.Compression.Gzip,
Dserver.py33 "gzip": grpc.Compression.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/grpc/src/python/grpcio/grpc/
D_compression.py19 Gzip = cygrpc.CompressionAlgorithm.gzip variable
24 Gzip: 'gzip',
D__init__.py2079 Gzip = _compression.Gzip variable in Compression
/third_party/node/lib/
Dzlib.js742 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/
Dindex.js246 class Gzip extends Zlib { class
305 exports.Gzip = Gzip
DREADME.md37 - Gzip
/third_party/node/test/sequential/
Dtest-async-wrap-getasyncid.js168 const Gzip = require('zlib').Gzip; constant
169 testInitialized(new Gzip()._handle, 'Zlib');
/third_party/grpc/src/python/grpcio_tests/tests/unit/
D_compression_test.py49 grpc.Compression.Gzip,
55 grpc.Compression.Gzip: 'GzipCompression',
305 functools.partial(set_call_compression, grpc.Compression.Gzip)
/third_party/freetype/include/freetype/
Dftmoderr.h158 FT_MODERRDEF( Gzip, 0x700, "Gzip module" )
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/
Dftmoderr.h158 FT_MODERRDEF( Gzip, 0x700, "Gzip module" )
/third_party/skia/third_party/externals/freetype/include/freetype/
Dftmoderr.h158 FT_MODERRDEF( Gzip, 0x700, "Gzip module" )
/third_party/grpc/src/python/grpcio_tests/tests_aio/unit/
Dcompression_test.py120 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/
DREADME.md4 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/
Dzlib.md9 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/
DINSTALL13 FreeType. System libraries, such as zlib, Gzip, bzip2, Brotli,
/third_party/openssl/
DNOTES.VMS101 Gzip and VMSTAR are available here:
/third_party/node/deps/npm/node_modules/tar/lib/
Dpack.js84 this.zip = new zlib.Gzip(opt.gzip)
/third_party/flutter/skia/third_party/externals/wuffs/std/deflate/
DREADME.md7 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

12