Home
last modified time | relevance | path

Searched refs:GZIP (Results 1 – 25 of 90) sorted by relevance

1234

/third_party/e2fsprogs/util/
Dgen-tarball.in11 GZIP=gzip
48 | $GZIP -9n -c > $tarout
49 $GZIP -ln $tarout
/third_party/skia/third_party/externals/zlib/google/
Dcompression_utils_portable.cc55 if (type == GZIP) // gzip DEFLATE stream wrapper in ZlibStreamWrapperType()
68 return CompressHelper(GZIP, dest, dest_length, source, source_length, in GzipCompressHelper()
138 if (wrapper_type == GZIP) { in CompressHelper()
160 return UncompressHelper(GZIP, dest, dest_length, source, source_length); in GzipUncompressHelper()
Dcompression_utils_portable.h26 GZIP, enumerator
/third_party/node/deps/zlib/google/
Dcompression_utils_portable.cc55 if (type == GZIP) // gzip DEFLATE stream wrapper in ZlibStreamWrapperType()
68 return CompressHelper(GZIP, dest, dest_length, source, source_length, in GzipCompressHelper()
138 if (wrapper_type == GZIP) { in CompressHelper()
160 return UncompressHelper(GZIP, dest, dest_length, source, source_length); in GzipUncompressHelper()
Dcompression_utils_portable.h22 GZIP, enumerator
/third_party/protobuf/src/google/protobuf/io/
Dgzip_stream.h67 GZIP = 1, enumerator
112 GZIP = 1, enumerator
Dzero_copy_stream_unittest.cc362 options.format = GzipOutputStream::GZIP; in TEST_F()
373 GzipInputStream gzin(&input, GzipInputStream::GZIP, gzip_buffer_size); in TEST_F()
396 options.format = GzipOutputStream::GZIP; in TEST_F()
408 GzipInputStream gzin(&input, GzipInputStream::GZIP, gzip_buffer_size); in TEST_F()
427 options.format = GzipOutputStream::GZIP; in TEST_F()
439 GzipInputStream gzin(&input, GzipInputStream::GZIP, gzip_buffer_size); in TEST_F()
454 options.format = GzipOutputStream::GZIP; in TEST_F()
465 GzipInputStream gzin(&input, GzipInputStream::GZIP, gzip_buffer_size); in TEST_F()
525 options.format = GzipOutputStream::GZIP; in TEST_F()
Dgzip_stream.cc81 case GzipInputStream::GZIP: in internalInflateInit2()
200 : format(GZIP), in Options()
/third_party/libxml2/
Dxzlib.c47 #define GZIP 2 /* decompress a gzip stream */ macro
200 case GZIP: in xz_compressed()
503 state->how = GZIP; in xz_head()
554 if (state->how == GZIP) { in xz_decomp()
594 if ((state->how != GZIP) && in xz_decomp()
611 if (state->how == GZIP) { in xz_decomp()
658 } else if (state->how == LZMA || state->how == GZIP) { /* decompress */ in xz_make()
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/delphi/
Dreadme.txt39 missing. Handling compressed file formats like ZIP/GZIP or PNG
54 - The ability to read and write gzip streams, used in the GZIP
72 - ZIP and GZIP stream handling via TStreams.
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/delphi/
Dreadme.txt39 missing. Handling compressed file formats like ZIP/GZIP or PNG
54 - The ability to read and write gzip streams, used in the GZIP
72 - ZIP and GZIP stream handling via TStreams.
/third_party/zlib/contrib/delphi/
Dreadme.txt39 missing. Handling compressed file formats like ZIP/GZIP or PNG
54 - The ability to read and write gzip streams, used in the GZIP
72 - ZIP and GZIP stream handling via TStreams.
/third_party/zlib/doc/
Drfc1952.txt12 GZIP file format specification version 4.3
43 compatible with the widely used GZIP utility. The format includes a
60 RFC 1952 GZIP File Format Specification May 1996
116 RFC 1952 GZIP File Format Specification May 1996
172 RFC 1952 GZIP File Format Specification May 1996
228 RFC 1952 GZIP File Format Specification May 1996
284 RFC 1952 GZIP File Format Specification May 1996
340 RFC 1952 GZIP File Format Specification May 1996
396 RFC 1952 GZIP File Format Specification May 1996
452 RFC 1952 GZIP File Format Specification May 1996
[all …]
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/doc/
Drfc1952.txt12 GZIP file format specification version 4.3
43 compatible with the widely used GZIP utility. The format includes a
60 RFC 1952 GZIP File Format Specification May 1996
116 RFC 1952 GZIP File Format Specification May 1996
172 RFC 1952 GZIP File Format Specification May 1996
228 RFC 1952 GZIP File Format Specification May 1996
284 RFC 1952 GZIP File Format Specification May 1996
340 RFC 1952 GZIP File Format Specification May 1996
396 RFC 1952 GZIP File Format Specification May 1996
452 RFC 1952 GZIP File Format Specification May 1996
[all …]
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/doc/
Drfc1952.txt12 GZIP file format specification version 4.3
43 compatible with the widely used GZIP utility. The format includes a
60 RFC 1952 GZIP File Format Specification May 1996
116 RFC 1952 GZIP File Format Specification May 1996
172 RFC 1952 GZIP File Format Specification May 1996
228 RFC 1952 GZIP File Format Specification May 1996
284 RFC 1952 GZIP File Format Specification May 1996
340 RFC 1952 GZIP File Format Specification May 1996
396 RFC 1952 GZIP File Format Specification May 1996
452 RFC 1952 GZIP File Format Specification May 1996
[all …]
/third_party/libexif/doc/
DMakefile.am34 (cd $(DOXYGEN_OUTPUT_DIR) && $(AMTAR) chof - $(HTML_APIDOC_DIR) | GZIP=--best gzip -c) > $@
46 …(cd $(DOXYGEN_OUTPUT_DIR) && $(AMTAR) chof - $(HTML_APIDOC_INTERNALS_DIR) | GZIP=--best gzip -c) >…
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/
Ddeflate.h23 # define GZIP macro
55 #ifdef GZIP
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/
Ddeflate.h23 # define GZIP macro
55 #ifdef GZIP
/third_party/zlib/
Ddeflate.h23 # define GZIP macro
55 #ifdef GZIP
/third_party/flutter/skia/third_party/externals/zlib/
Ddeflate.h23 # define GZIP macro
55 #ifdef GZIP
/third_party/skia/third_party/externals/zlib/
Ddeflate.h23 # define GZIP macro
55 #ifdef GZIP
/third_party/node/deps/zlib/
Ddeflate.h23 # define GZIP macro
55 #ifdef GZIP
/third_party/node/src/
Dnode_zlib.cc100 GZIP, enumerator
739 if (mode_ == DEFLATE || mode_ == GZIP || mode_ == DEFLATERAW) { in Close()
766 case GZIP: in DoThreadPoolWork()
924 case GZIP: in ResetStream()
984 if (mode_ == GZIP || mode_ == GUNZIP) { in Init()
1007 case GZIP: in InitZlib()
1320 NODE_DEFINE_CONSTANT(target, GZIP); in DefineZlibConstants()
/third_party/node/deps/npm/node_modules/minizlib/
Dconstants.js35 GZIP: 3, property
/third_party/curl/tests/data/
Dtest22027 Content-Encoding: GZIP

1234