Home
last modified time | relevance | path

Searched refs:gzip (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/third_party/curl/tests/data/
Dtest3875 gzip
15gzip,gzip,gzip,gzip,gzip,gzip,gzip,gzip,gzip,gzip,gzip,gzip,gzip,gzip,gzip,gzip,gzip,gzip,gzip,gzi…
47 TE: gzip
Dtest4185 gzip
15 Transfer-Encoding: gzip
16 Transfer-Encoding: gzip
17 Transfer-Encoding: gzip
18 Transfer-Encoding: gzip
19 Transfer-Encoding: gzip
20 Transfer-Encoding: gzip
21 Transfer-Encoding: gzip
22 Transfer-Encoding: gzip
23 Transfer-Encoding: gzip
[all …]
Dtest22122 # I removed the first three bytes of the gzip compressed contents
30 Content-Encoding: gzip
47 HTTP GET gzip compressed content with broken gzip header
Dtest22465 Content-Encoding: gzip
68 uncompressed gzip data with long gzip header
83 HTTP GET gzip compressed content with huge comment and extra field
Dtest112428 Transfer-Encoding: gzip, chunked
47 HTTP GET gzip+chunked transfer-encoded content
63 TE: gzip
Dtest112229 Transfer-Encoding: gzip
49 HTTP GET gzip transfer-encoded content
65 TE: gzip
Dtest117028 Transfer-Encoding: gzip, chunked
63 TE: gzip
/third_party/python/Lib/test/
Dtest_gzip.py18 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/skia/third_party/externals/freetype/src/tools/
Dno-copyright44 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/toybox/tests/
Dgunzip.test10 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
Dgzip.test33 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
Dzcat.test7 echo -n "hi " | gzip > 1.gz
8 echo "there" | gzip > 2.gz
/third_party/python/Doc/library/
Dgzip.rst1 :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 …]
Darchiving.rst8 gzip, bzip2 and lzma algorithms, and the creation of ZIP- and tar-format
16 gzip.rst
/third_party/node/test/parallel/
Dtest-zlib-write-after-flush.js31 const gzip = createCompress(); constant
34 gzip.pipe(gunz);
45 gzip.flush();
46 gzip.write(input);
47 gzip.end();
Dtest-whatwg-webstreams-compression.js15 const gzip = new CompressionStream(format);
18 gzip.readable.pipeTo(gunzip.writable).then(common.mustCall());
21 const writer = gzip.writable.getWriter();
/third_party/zlib/examples/
DREADME.examples14 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
Dzran.c104 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/curl/src/
Dmkhelp.pl111 IO::Compress::Gzip::gzip(
113 $gzip = length($content);
121 Thanks to this operation, the size of this data shrank from $gzip
/third_party/zlib/doc/
Drfc1952.txt83 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/test/pummel/
Dtest-heapdump-zlib.js9 const gzip = zlib.createGzip(); constant
19 gzip.write('hello world', common.mustCall(() => {
/third_party/curl/
Dmaketgz188 gzip -dc $targz | bzip2 --best > $bzip2
197 gzip -dc $targz | xz -6e - > $xz
207 gzip -dc ../$targz | tar -xf -
/third_party/zlib/
DFAQ59 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/python/Lib/xmlrpc/
Dclient.py142 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/node/deps/npm/node_modules/tar/lib/
Dpack.js82 if (opt.gzip) {
83 if (typeof opt.gzip !== 'object') {
84 opt.gzip = {}
87 opt.gzip.portable = true
89 this.zip = new zlib.Gzip(opt.gzip)

12345678910>>...12