/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/ |
zlib.h | 23 jloup@gzip.org madler@alumni.caltech.edu 28 (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format). 60 The library also supports reading and writing files in gzip (.gz) format 62 with "gz". The gzip format is different from the zlib format. gzip is a 63 gzip wrapper, documented in RFC 1952, wrapped around a deflate stream. 65 This library can optionally read and write gzip streams in memory as well. 68 and on communications channels. The gzip format was designed for single- 106 gzip header information passed to and from zlib routines. See RFC 1952 112 int xflags; /* extra flags (not used when writing a gzip file) * [all...] |
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/ |
zlib.h | 23 jloup@gzip.org madler@alumni.caltech.edu 28 (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format). 60 The library also supports reading and writing files in gzip (.gz) format 62 with "gz". The gzip format is different from the zlib format. gzip is a 63 gzip wrapper, documented in RFC 1952, wrapped around a deflate stream. 65 This library can optionally read and write gzip streams in memory as well. 68 and on communications channels. The gzip format was designed for single- 106 gzip header information passed to and from zlib routines. See RFC 1952 112 int xflags; /* extra flags (not used when writing a gzip file) * [all...] |
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/ |
zlib.h | 23 jloup@gzip.org madler@alumni.caltech.edu 28 (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format). 60 The library also supports reading and writing files in gzip (.gz) format 62 with "gz". The gzip format is different from the zlib format. gzip is a 63 gzip wrapper, documented in RFC 1952, wrapped around a deflate stream. 65 This library can optionally read and write gzip streams in memory as well. 68 and on communications channels. The gzip format was designed for single- 106 gzip header information passed to and from zlib routines. See RFC 1952 112 int xflags; /* extra flags (not used when writing a gzip file) * [all...] |
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/ |
zlib.h | 23 jloup@gzip.org madler@alumni.caltech.edu 28 (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format). 60 The library also supports reading and writing files in gzip (.gz) format 62 with "gz". The gzip format is different from the zlib format. gzip is a 63 gzip wrapper, documented in RFC 1952, wrapped around a deflate stream. 65 This library can optionally read and write gzip streams in memory as well. 68 and on communications channels. The gzip format was designed for single- 106 gzip header information passed to and from zlib routines. See RFC 1952 112 int xflags; /* extra flags (not used when writing a gzip file) * [all...] |
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/ |
zlib.h | 23 jloup@gzip.org madler@alumni.caltech.edu 28 (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format). 60 The library also supports reading and writing files in gzip (.gz) format 62 with "gz". The gzip format is different from the zlib format. gzip is a 63 gzip wrapper, documented in RFC 1952, wrapped around a deflate stream. 65 This library can optionally read and write gzip streams in memory as well. 68 and on communications channels. The gzip format was designed for single- 106 gzip header information passed to and from zlib routines. See RFC 1952 112 int xflags; /* extra flags (not used when writing a gzip file) * [all...] |
/external/chromium/net/base/ |
gzip_filter.cc | 53 // Fall through to GZIP case. 80 // Some server might send extra data after the gzip footer. We just copy 92 // With gzip encoding the content is wrapped with a gzip header. 102 // Gzip always starts with two non-printable characters. Hence even a 104 // encoded body masquerading as a GZIP body.
|
gzip_filter_unittest.cc | 29 const char kApplicationXGzip[] = "application/x-gzip"; 30 const char kApplicationGzip[] = "application/gzip"; 33 // The GZIP header (see RFC 1952): 50 ENCODE_GZIP, // Wrap the deflate with a GZip header. 90 // Encode the data with gzip 276 // Basic scenario: decoding gzip data with big enough buffer. 305 // The purpose of this tests are two: (1) Verify filter can parse partial GZip 377 // Decoding gzip stream with corrupted header.
|
/external/e2fsprogs/doc/ |
Makefile.in | 29 $(E) " GZIP $(infodir)/libext2fs.info*" 30 -$(Q) gzip -9 $(DESTDIR)$(infodir)/libext2fs.info*
|
/external/freetype/include/freetype/ |
ftmoderr.h | 112 FT_MODERRDEF( Gzip, 0x700, "Gzip module" )
|
/external/protobuf/src/google/protobuf/testing/ |
zcgzip.cc | 36 // gzip or java.util.zip.GzipOutputStream 38 // Reads data on standard input and writes compressed gzip stream to standard
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/mime-types/ |
mozilla | 7 application/gzip 32 application/x-gzip
|
/external/zlib/src/ |
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 [all...] |
README | 7 rfc1952 (gzip format). 10 (volunteer to write man pages welcome, contact zlib@gzip.org). A usage example 22 Questions about zlib should be sent to <zlib@gzip.org>, or to Gilles Vollant 106 jloup@gzip.org madler@alumni.caltech.edu
|
zlib.3 | 27 .IR gzip (1) 102 http://tools.ietf.org/html/rfc1952 (for the gzip header and trailer format) 125 Send questions and/or comments to zlib@gzip.org, 129 Copyright (C) 1995-2012 Jean-loup Gailly (jloup@gzip.org)
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
GZIPInputStreamTest.java | 42 assertTrue(Arrays.equals(data, gunzip(GZIPOutputStreamTest.gzip(data)))); 48 byte[] gzipped = GZIPOutputStreamTest.gzip(data);
|
/external/zlib/src/contrib/ada/ |
zlib.ads | 53 type Header_Type is (None, Auto, Default, GZip); 99 -- zlib or gzip format, this will cause inflate() to return immediately 145 -- When Header is GZip, then gzip header would be set instead of 157 -- GZip header type mean that GZip header is expecting in the 159 -- Auto header type mean that header type (GZip or Native) would be 161 -- Note that header types parameter values None, GZip and Auto are 204 -- Compute CRC32, it could be necessary for make gzip format 210 -- Compute CRC32, it could be necessary for make gzip forma [all...] |
/build/target/product/ |
embedded.mk | 28 gzip \
|
/external/libvpx/libvpx/nestegg/ |
Makefile.am | 1 AUTOMAKE_OPTIONS = foreign 1.11 no-dist-gzip dist-bzip2 subdir-objects
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/tools/ |
release_src.sh | 27 GZIP="-9" tar -zcvf iexploder-${version}.tgz iexploder-${version}/
|
/external/zlib/ |
NOTICE | 20 jloup@gzip.org madler@alumni.caltech.edu
|
/external/zlib/src/examples/ |
gzlog.h | 29 gzlog_write() now always leaves the log file as valid gzip 35 object works by appending stored (uncompressed) data to the gzip file until 39 valid gzip file that can decompressed to recover what was written. 73 will be compressed. The log file will be a valid gzip file upon successful
|
/external/zlib/src/qnx/ |
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>
|
/external/zlib/src/win32/ |
README-WIN32.txt | 7 and rfc1952.txt (gzip format). 10 (volunteer to write man pages welcome, contact zlib@gzip.org). Two compiled 14 Questions about zlib should be sent to <zlib@gzip.org>. The zlib home page 94 jloup@gzip.org madler@alumni.caltech.edu
|
/system/extras/ext4_utils/ |
ext2simg.c | 52 fprintf(stderr, " -z gzip output\n"); 182 int gzip = 0; local 196 gzip = 1; 249 write_ext4_image(outfd, gzip, sparse, crc);
|
/external/smack/src/org/jivesoftware/smack/util/ |
Base64.java | 35 /** Specify that data should be gzip-compressed. */
36 public final static int GZIP = 2;
430 * The object is not GZip-compressed before being encoded.
450 * GZIP: gzip-compresses object before encoding it.
455 * Example: <code>encodeObject( myObj, Base64.GZIP )</code> or
457 * Example: <code>encodeObject( myObj, Base64.GZIP | Base64.DONT_BREAK_LINES )</code>
462 * @see Base64#GZIP
475 int gzip = (options & GZIP);
local 604 int gzip = ( options & GZIP ); local [all...] |