/third_party/e2fsprogs/util/ |
D | gen-tarball.in | 11 GZIP=gzip 48 | $GZIP -9n -c > $tarout 49 $GZIP -ln $tarout
|
/third_party/skia/third_party/externals/zlib/google/ |
D | compression_utils_portable.cc | 55 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()
|
D | compression_utils_portable.h | 26 GZIP, enumerator
|
/third_party/node/deps/zlib/google/ |
D | compression_utils_portable.cc | 55 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()
|
D | compression_utils_portable.h | 22 GZIP, enumerator
|
/third_party/protobuf/src/google/protobuf/io/ |
D | gzip_stream.h | 67 GZIP = 1, enumerator 112 GZIP = 1, enumerator
|
D | zero_copy_stream_unittest.cc | 362 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()
|
D | gzip_stream.cc | 81 case GzipInputStream::GZIP: in internalInflateInit2() 200 : format(GZIP), in Options()
|
/third_party/libxml2/ |
D | xzlib.c | 47 #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/ |
D | readme.txt | 39 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/ |
D | readme.txt | 39 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/ |
D | readme.txt | 39 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/ |
D | rfc1952.txt | 12 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/ |
D | rfc1952.txt | 12 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/ |
D | rfc1952.txt | 12 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/ |
D | Makefile.am | 34 (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/ |
D | deflate.h | 23 # define GZIP macro 55 #ifdef GZIP
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/ |
D | deflate.h | 23 # define GZIP macro 55 #ifdef GZIP
|
/third_party/zlib/ |
D | deflate.h | 23 # define GZIP macro 55 #ifdef GZIP
|
/third_party/flutter/skia/third_party/externals/zlib/ |
D | deflate.h | 23 # define GZIP macro 55 #ifdef GZIP
|
/third_party/skia/third_party/externals/zlib/ |
D | deflate.h | 23 # define GZIP macro 55 #ifdef GZIP
|
/third_party/node/deps/zlib/ |
D | deflate.h | 23 # define GZIP macro 55 #ifdef GZIP
|
/third_party/node/src/ |
D | node_zlib.cc | 100 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/ |
D | constants.js | 35 GZIP: 3, property
|
/third_party/curl/tests/data/ |
D | test220 | 27 Content-Encoding: GZIP
|