/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
zlib.h | 23 jloup@gzip.org madler@alumni.caltech.edu 28 (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format). 63 The library also supports reading and writing files in gzip (.gz) format 65 with "gz". The gzip format is different from the zlib format. gzip is a 66 gzip wrapper, documented in RFC 1952, wrapped around a deflate stream. 68 This library can optionally read and write gzip streams in memory as well. 71 and on communications channels. The gzip format was designed for single- 109 gzip header information passed to and from zlib routines. See RFC 1952 115 int xflags; /* extra flags (not used when writing a gzip file) * [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
zlib.h | 23 jloup@gzip.org madler@alumni.caltech.edu 28 (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format). 63 The library also supports reading and writing files in gzip (.gz) format 65 with "gz". The gzip format is different from the zlib format. gzip is a 66 gzip wrapper, documented in RFC 1952, wrapped around a deflate stream. 68 This library can optionally read and write gzip streams in memory as well. 71 and on communications channels. The gzip format was designed for single- 109 gzip header information passed to and from zlib routines. See RFC 1952 115 int xflags; /* extra flags (not used when writing a gzip file) * [all...] |
/external/zlib/examples/ |
zran.c | 1 /* zran.c -- example of zlib/gzip stream indexing and random access 7 for random access of a compressed file. A file containing a zlib or gzip 19 input zlib or gzip stream a block at a time, and at the end of each block 135 of the first zlib or gzip stream in the file is ignored. build_index() 155 ret = inflateInit2(&strm, 47); /* automatic zlib or gzip decoding */ 161 information at the end of the gzip or zlib stream */ 205 entry point after the zlib or gzip header, and assures that the
|
/external/kernel-headers/original/linux/ |
zlib.h | 22 jloup@gzip.org madler@alumni.caltech.edu 27 (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format). 69 The library also supports reading and writing files in gzip (.gz) format 73 and on communications channels. The gzip format was designed for single- 365 zlib or gzip format, this will cause inflate() to return immediately after 408 inflate() will decompress and check either zlib-wrapped or gzip-wrapped 410 contained in the gzip header is not retained, so applications that need that 412 inflateBack() and perform their own processing of the gzip header and 605 not looking for a zlib or gzip header, not generating a check value, and not 611 the uncompressed data as is done in the zlib, gzip, and zip formats. Fo [all...] |
/external/grub/ |
Makefile.in | 416 dist-gzip: distdir 417 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 429 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 438 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 447 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 453 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ 590 ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar [all...] |
/external/qemu/distrib/zlib-1.2.3/ |
deflate.h | 18 /* define NO_GZIP when compiling if you want to disable gzip header and 20 the crc code when it is not needed. For shared libraries, gzip encoding 23 # define GZIP 101 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ 102 gz_headerp gzhead; /* gzip header information to write */ 226 * This is applicable only for zip (not gzip or zlib).
|
/external/zlib/ |
deflate.h | 18 /* define NO_GZIP when compiling if you want to disable gzip header and 20 the crc code when it is not needed. For shared libraries, gzip encoding 23 # define GZIP 104 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ 105 gz_headerp gzhead; /* gzip header information to write */ 229 * This is applicable only for zip (not gzip or zlib).
|
Android.mk | 97 LOCAL_MODULE:= gzip
|
INDEX | 11 test/minigzip.c minimal gzip-like functionality for build testing
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
AcceptEncodingParser.java | 55 * Accept-Encoding: compress, gzip 58 * Accept-Encoding: compress;q=0.5, gzip;q=1.0 59 * Accept-Encoding: gzip;q=1.0, identity; q=0.5, *;q=0
|
/external/openfst/ |
Makefile.in | 510 dist-gzip: distdir 511 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 531 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 540 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 549 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 559 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;; [all...] |
/external/e2fsprogs/tests/ |
Makefile.in | 58 gzip -9 ${TDIR}/image
|
/external/liblzf/ |
Makefile.in | 57 tar cvf - liblzf-$(VERSION) | gzip -9 >liblzf-$(VERSION).tar.gz
|
/external/protobuf/src/google/protobuf/testing/ |
zcgunzip.cc | 38 // Reads gzip stream on standard input and writes decompressed data to standard
|
/external/skia/gyp/ |
freetype.gyp | 32 '../third_party/freetype/src/gzip/ftgzip.c',
|
/external/valgrind/main/drd/scripts/ |
download-and-build-gcc | 52 | gzip -cd | bzip2 -9 >${TAR}; }
|
/external/zlib/contrib/ada/ |
readme.txt | 5 compression library, available at http://www.gzip.org/zlib/.
|
/external/zlib/contrib/iostream2/ |
zstream.h | 59 /* Opens a gzip (.gz) file for reading. 60 * open() can be used to read a file which is not in gzip format; 109 * If the input file was not in gzip format, read() copies the objects number 172 /* Opens a gzip (.gz) file for writing.
|
/external/libusb/ |
Makefile.in | 256 AUTOMAKE_OPTIONS = dist-bzip2 no-dist-gzip 556 dist-gzip: distdir 557 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 576 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 594 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 604 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;; [all...] |
/external/bluetooth/glib/gio/xdgmime/ |
test-mime.c | 139 test_one_match ("README.gz", "application/x-gzip"); 144 test_one_match ("file.gz", "application/x-gzip");
|
/external/dropbear/debian/ |
implicit | 38 @gzip -9 debian/$*/usr/share/doc/$*/changelog* 57 gzip -9 debian/$*/usr/share/doc/$*/NEWS.Debian'; \
|
rules | 86 gzip -9 '$(DIR)'/usr/share/man/man8/*.8 89 gzip -9 '$(DIR)'/usr/share/man/man1/*.1
|
/packages/apps/Exchange/exchange2/src/com/android/exchange/ |
EasResponse.java | 114 // If we're gzip encoded, wrap appropriately 115 if (encoding.toLowerCase().equals("gzip")) {
|
/external/chromium/net/base/ |
sdch_filter_unittest.cc | 33 // Pre-compression test data. Note that we pad with a lot of highly gzip 36 // This will ensure that gzip compressed data can be fed to the chain in one 762 // Helper function to perform gzip compression of data. 787 // The GZIP header (see RFC 1952): [all...] |
/frameworks/base/core/java/android/net/http/ |
AndroidHttpClient.java | 80 // Gzip of data shorter than this probably won't be worthwhile 208 request.addHeader("Accept-Encoding", "gzip"); 227 if (contentEncoding.contains("gzip")) responseStream 312 entity.setContentEncoding("gzip"); 468 if ("gzip".equalsIgnoreCase(header.getValue())) {
|