/third_party/curl/ |
D | backport-0002-CVE-2023-23916.patch | 80 +gzip 89 +Transfer-Encoding: gzip 90 +Transfer-Encoding: gzip 91 +Transfer-Encoding: gzip 92 +Transfer-Encoding: gzip 93 +Transfer-Encoding: gzip 94 +Transfer-Encoding: gzip 95 +Transfer-Encoding: gzip 96 +Transfer-Encoding: gzip 97 +Transfer-Encoding: gzip [all …]
|
/third_party/python/Lib/test/ |
D | test_gzip.py | 18 gzip = import_helper.import_module('gzip') variable 60 with gzip.GzipFile(self.filename, 'w'+mode) as f: 63 with gzip.GzipFile(self.filename, 'r'+mode) as f: 67 with gzip.GzipFile(self.filename, 'wb') as f: 82 with gzip.GzipFile(filename, 'w') as f: 85 with gzip.GzipFile(filename, 'a') as f: 87 with gzip.GzipFile(filename) as f: 111 with gzip.GzipFile(self.filename, 'wb') as f: 117 with gzip.GzipFile(self.filename, 'rb') as f: 123 with gzip.GzipFile(self.filename, 'r') as f: [all …]
|
/third_party/freetype/src/tools/ |
D | no-copyright | 44 src/gzip/adler32.c 45 src/gzip/infblock.c 46 src/gzip/infblock.h 47 src/gzip/infcodes.c 48 src/gzip/infcodes.h 49 src/gzip/inffixed.h 50 src/gzip/inflate.c 51 src/gzip/inftrees.c 52 src/gzip/inftrees.h 53 src/gzip/infutil.c [all …]
|
/third_party/skia/third_party/externals/freetype/src/tools/ |
D | no-copyright | 44 src/gzip/adler32.c 45 src/gzip/infblock.c 46 src/gzip/infblock.h 47 src/gzip/infcodes.c 48 src/gzip/infcodes.h 49 src/gzip/inffixed.h 50 src/gzip/inflate.c 51 src/gzip/inftrees.c 52 src/gzip/inftrees.h 53 src/gzip/infutil.c [all …]
|
/third_party/freetype/src/gzip/patches/ |
D | freetype-zlib.diff | 4 are compiled as part of `src/gzip/ftgzip.c`. 6 * src/gzip/adler32.c: Do not define unused functions when `Z_FREETYPE` 9 * src/gzip/gzguts.h (COPY): Rename to... 13 * src/gzip/inflate.c, src/gzip/adler32.c: Omit unused function 16 * src/gzip/zlib.h: Include `ftzconf.h` instead of `zconf.h` to avoid 20 * src/gzip/zutil.h: Use `ft_memxxx` functions instead of `memxxx`. 23 * src/gzip/inflate.h, src/gzip/inftrees.h: Add header guard macros to 26 diff --git a/src/gzip/adler32.c b/src/gzip/adler32.c 28 --- a/src/gzip/adler32.c 29 +++ b/src/gzip/adler32.c [all …]
|
/third_party/toybox/tests/ |
D | gunzip.test | 10 echo -n "foo " | gzip > f1.gz 11 echo "bar" | gzip > f2.gz 19 echo "hello world" | gzip > f.gz 25 echo -n "foo " | gzip > f1.gz 26 echo "bar" | gzip > f2.gz 36 echo "hello world" | gzip > f1.gz 43 echo "hello world" | gzip > f1.gz
|
D | gzip.test | 33 echo "hello world" | gzip > f.gz 38 echo "hello world" | gzip > f.gz 62 gzip -c1 x > x1.gz 63 gzip -c9 x > x9.gz
|
D | zcat.test | 7 echo -n "hi " | gzip > 1.gz 8 echo "there" | gzip > 2.gz
|
/third_party/python/Doc/library/ |
D | gzip.rst | 1 :mod:`gzip` --- Support for :program:`gzip` files 4 .. module:: gzip 5 :synopsis: Interfaces for gzip compression and decompression using file objects. 7 **Source code:** :source:`Lib/gzip.py` 12 like the GNU programs :program:`gzip` and :program:`gunzip` would. 16 The :mod:`gzip` module provides the :class:`GzipFile` class, as well as the 18 The :class:`GzipFile` class reads and writes :program:`gzip`\ -format files, 23 :program:`gzip` and :program:`gunzip` programs, such as those produced by 31 Open a gzip-compressed file in binary or text mode, returning a :term:`file 64 An exception raised for invalid gzip files. It inherits :exc:`OSError`. [all …]
|
D | archiving.rst | 8 gzip, bzip2 and lzma algorithms, and the creation of ZIP- and tar-format 16 gzip.rst
|
/third_party/node/test/parallel/ |
D | test-zlib-write-after-flush.js | 31 const gzip = createCompress(); constant 34 gzip.pipe(gunz); 45 gzip.flush(); 46 gzip.write(input); 47 gzip.end();
|
/third_party/zlib/examples/ |
D | README.examples | 14 uncompress a gzip file 17 - is approximately twice as fast as gzip -d 21 append to a gzip file 26 join gzip files without recalculating the crc or recompressing 32 efficiently and robustly maintain a message log file in gzip format 35 - illustrates use of a gzip header extra field 38 normalize a gzip file by combining members into a single member 52 index a zlib or gzip stream and randomly access it
|
D | zran.c | 104 index->gzip = 8; in addpoint() 109 else if (index->have == index->gzip) { in addpoint() 110 index->gzip <<= 1; in addpoint() 111 next = realloc(index->list, sizeof(struct point) * index->gzip); in addpoint() 138 int gzip = 0; /* true if reading a gzip file */ in deflate_index_build() local 178 gzip = 1; in deflate_index_build() 200 if (gzip && in deflate_index_build() 235 index->gzip = gzip; in deflate_index_build() 332 if (index->gzip == 0) in deflate_index_extract()
|
/third_party/zlib/doc/ |
D | rfc1952.txt | 83 7. Appendix: Jean-Loup Gailly's gzip utility .................. 11 107 widely used gzip utility, in that conforming decompressors 108 will be able to read data produced by the existing gzip 128 to compress data into gzip format and/or decompress data from gzip 161 There have been no technical changes to the gzip format since 233 A gzip file consists of a series of "members" (compressed data 292 (0x8b, \213), to identify the file as being in gzip format. 298 gzip and which is documented elsewhere. 325 If FHCRC is set, a CRC16 for the gzip header is present, 328 bytes of the gzip header up to and not including the CRC16. [all …]
|
/third_party/node/deps/npm/test/util/ |
D | mock-tarball.js | 33 if (opts.stream && opts.gzip) { 39 if (opts.gzip) { 40 return BB.fromNode(cb => zlib.gzip(ret, cb))
|
/third_party/node/deps/npm/node_modules/libnpmpublish/test/util/ |
D | mock-tarball.js | 32 if (opts.stream && opts.gzip) { 39 if (opts.gzip) { 40 return BB.fromNode(cb => zlib.gzip(ret, cb))
|
/third_party/zlib/ |
D | FAQ | 59 corresponding source to us at zlib@gzip.org . Do not send multi-megabyte 130 18. Why does gzip give an error on a file I make with compress/deflate? 133 is different and incompatible with the gzip format. The gz* functions in 134 zlib on the other hand use the gzip format. Both the zlib and gzip formats 140 The gzip format was designed to retain the directory information about a 144 faster integrity check than gzip. 146 20. Well that's nice, but how do I make a gzip file in memory? 148 You can request that deflate write the gzip format instead of the zlib 150 gzip format using inflateInit2(). Read zlib.h for more details. 160 Of course, you should only operate on any given zlib or gzip stream from a [all …]
|
/third_party/node/test/pummel/ |
D | test-heapdump-zlib.js | 9 const gzip = zlib.createGzip(); constant 19 gzip.write('hello world', common.mustCall(() => {
|
/third_party/python/Lib/xmlrpc/ |
D | client.py | 142 import gzip 144 gzip = None #python can be built without zlib/gzip support variable 1046 if not gzip: 1049 with gzip.GzipFile(mode="wb", fileobj=f, compresslevel=1) as gzf: 1070 if not gzip: 1072 with gzip.GzipFile(mode="rb", fileobj=BytesIO(data)) as gzf: 1091 class GzipDecodedResponse(gzip.GzipFile if gzip else object): 1098 if not gzip: 1101 gzip.GzipFile.__init__(self, mode="rb", fileobj=self.io) 1105 gzip.GzipFile.close(self) [all …]
|
/third_party/flutter/skia/third_party/externals/freetype/src/gzip/ |
D | Jamfile | 1 # FreeType 2 src/gzip Jamfile 12 SubDir FT2_TOP $(FT2_SRC_DIR) gzip ;
|
/third_party/zlib/qnx/ |
D | package.qpg | 50 <QPM:VendorURL>www.gzip.org/zlib</QPM:VendorURL> 54 <QPM:AuthorURL>www.gzip.org/zlib</QPM:AuthorURL> 56 <QPM:AuthorEmail>zlib@gzip.org</QPM:AuthorEmail> 61 <QPM:ProductDescriptionURL>http://www.gzip.org/zlib</QPM:ProductDescriptionURL>
|
/third_party/skia/third_party/externals/spirv-tools/source/wasm/ |
D | build.sh | 60 gzip -9 -k -f out/$type/spirv-tools.js 63 gzip -9 -k -f out/$type/spirv-tools.wasm
|
/third_party/spirv-tools/source/wasm/ |
D | build.sh | 60 gzip -9 -k -f out/$type/spirv-tools.js 63 gzip -9 -k -f out/$type/spirv-tools.wasm
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/wasm/ |
D | build.sh | 60 gzip -9 -k -f out/$type/spirv-tools.js 63 gzip -9 -k -f out/$type/spirv-tools.wasm
|
/third_party/flutter/skia/third_party/externals/wuffs/fuzz/c/std/ |
D | seed_corpora.txt | 6 # conventional file extension differ, such as "gzip" and "gz". There may also 15 gzip: test/data/*.gz test/data/artificial/*.gz
|