/external/zlib/contrib/delphi/ |
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 55 file format, and normally produced by the gzip program. 72 - ZIP and GZIP stream handling via TStreams.
|
/external/chromium/net/base/ |
filter.cc | 18 const char kGZip[] = "gzip"; 19 const char kXGZip[] = "x-gzip"; 22 // them, we'll need the same mime type compatibility hack we have for gzip. For 30 const char kApplicationXGzip[] = "application/x-gzip"; 31 const char kApplicationGzip[] = "application/gzip"; 172 // The server has told us that it sent us gziped content with a gzip 188 // between svgz files and svg files compressed with gzip by the server. 233 // text from "sdch,gzip" to a mere "sdch" without modifying the compressed 235 // ",gzip" by appending a tentative gzip decode, which will default to [all...] |
filter_unittest.cc | 21 Filter::ConvertEncodingToType("gzip")); 23 Filter::ConvertEncodingToType("GzIp")); 25 Filter::ConvertEncodingToType("x-gzip")); 27 Filter::ConvertEncodingToType("X-GzIp")); 43 // Check that redundant gzip mime type removes only solo gzip encoding. 44 const std::string kGzipMime1("application/x-gzip"); 45 const std::string kGzipMime2("application/gzip"); 49 // First show it removes the gzip, given any gzip style mime type [all...] |
/external/zlib/doc/ |
rfc1952.txt | 12 GZIP file format specification version 4.3 43 compatible with the widely used GZIP utility. The format includes a 61 RFC 1952 GZIP File Format Specification May 1996 84 7. Appendix: Jean-Loup Gailly's gzip utility .................. 11 108 widely used gzip utility, in that conforming decompressors 109 will be able to read data produced by the existing gzip 118 RFC 1952 GZIP File Format Specification May 1996 130 to compress data into gzip format and/or decompress data from gzip 163 There have been no technical changes to the gzip format sinc [all...] |
/external/zlib/examples/ |
gzappend.c | 1 /* gzappend -- command to append to a gzip file 37 * - Finish off gzip file in gztack() 39 * - Keep gzip file clean on appended file read errors 45 gzappend takes a gzip file and appends to it, compressing files from the 46 command line or data from stdin. The gzip file is written to directly, to 48 unfriendly behavior that if gzappend fails, the gzip file is corrupted. 58 gzappend first decompresses the gzip file internally, discarding all but 61 The gzip trailer containing the CRC-32 and length of the uncompressed data 69 data from the gzip file to initialize the dictionary. If the total 73 append is simply compressed using deflate, and written to the gzip file [all...] |
gun.c | 8 1.1 21 Feb 2005 Decompress concatenated gzip streams 26 decompresses the data in the named gzip files. If no arguments are given, 33 listed files or stdin will be tested as gzip files for integrity (without 37 Like gzip, gun allows concatenated gzip streams and will decompress them, 38 writing all of the uncompressed data to the output. Unlike gzip, gun allows 115 bytes output, both for checking against the gzip trailer. (The length in 116 the gzip trailer is stored modulo 2^32, so it's ok if a long is 32 bits and 164 unsigned char match[65280 + 2]; /* buffer for reversed match or gzip 370 /* Decompress a gzip file from infile to outfile. strm is assumed to have bee [all...] |
gzlog.c | 9 gzlog provides a mechanism for frequently appending short strings to a gzip 12 the gzip file, only compressing when the amount of uncompressed data has 17 in the gzip file, and is only updated once the gzip file is brought to a 31 foo.gz -- gzip file with the complete log 38 gzip file structure: 43 - gzip trailer 44 - no junk at end (no other gzip streams) 50 well as the crc and length of the gzip data before the append operation. 52 The foo.add file is created before the gzip file is marked for append, an [all...] |
/system/extras/ext4_utils/ |
make_ext4fs_main.c | 57 int gzip = 0; local 109 gzip = 1; 139 if (gzip && sparse) { 140 fprintf(stderr, "Cannot specify both gzip and sparse\n"); 151 if (wipe && gzip) { 152 fprintf(stderr, "Cannot specifiy both wipe and gzip\n"); 184 exitcode = make_ext4fs_internal(fd, directory, mountpoint, fs_config_func, gzip,
|
/external/dnsmasq/contrib/slackware-dnsmasq/ |
dnsmasq.SlackBuild | 30 gzip -9 $PKG/usr/man/man8/dnsmasq.8 33 gzip -9 $$f/man8/dnsmasq.8 ; 36 gzip -9 $PKG/usr/man/*/man8/dnsmasq.8
|
/external/libusb/ |
Makefile.am | 1 AUTOMAKE_OPTIONS = dist-bzip2 no-dist-gzip
|
/external/zlib/ |
gzread.c | 1 /* gzread.c -- zlib functions for reading gzip files 71 /* Look for gzip header, set up for inflate or copy. state->x.have must be 0. 74 if there is no gzip header and direct copying will be performed, or it will 75 be set to GZIP for decompression. If direct copying, then leftover input 123 /* look for gzip magic bytes -- if there, do gzip decoding (note: there is 125 gzip file, to wit, if a single 31 byte is written, then we cannot tell 126 whether this is a single-byte file, or just a partially written gzip 127 file -- for here we assume that if a gzip file is being written, then 129 single byte is sufficient indication that it is not a gzip file) * [all...] |
zlib.h | 23 jloup@gzip.org madler@alumni.caltech.edu 28 (zlib format), rfc1951 (deflate format) and rfc1952 (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/kernel-headers/original/linux/ |
zconf.h | 31 * created by gzip. (Files created by minigzip can still be extracted by 32 * gzip.)
|
/external/protobuf/src/google/protobuf/io/ |
gzip_stream_unittest.sh | 35 # Test compatibility between command line gzip/gunzip binaries and 41 (gzip < ${TESTFILE} | ./zcgunzip | cmp - ${TESTFILE})
|
/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/ |
DictionaryBackupAgent.java | 160 GZIPOutputStream gzip = new GZIPOutputStream(baos); local 173 gzip.write(sizeBytes); 174 gzip.write(line); 177 gzip.finish(); 193 GZIPInputStream gzip = new GZIPInputStream(new ByteArrayInputStream(dictCompressed)); local 197 while ((got = gzip.read(tempData)) > 0) { 200 gzip.close();
|
/external/openssh/contrib/cygwin/ |
Makefile | 70 gzip-man-pages: 72 gzip $(DESTDIR)$(mandir)/man1/*.1 73 gzip $(DESTDIR)$(mandir)/man5/*.5 74 gzip $(DESTDIR)$(mandir)/man8/*.8 77 cygwin-postinstall: move-config-files remove-empty-dir install-inetd-config install-doc install-scripts install-copy-id gzip-man-pages
|
/development/ndk/platforms/android-3/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/sdch/open-vcdiff/src/ |
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/nist-sip/java/gov/nist/javax/sip/header/ |
AcceptEncoding.java | 60 * Accept-Encoding: compress, gzip 63 * Accept-Encoding: compress;q=0.5, gzip;q=1.0 64 * Accept-Encoding: gzip;q=1.0, identity; q=0.5, *;q=0
|
/external/qemu/distrib/zlib-1.2.3/ |
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/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/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). 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/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/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). 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/android-ndk-r4/platforms/android-3/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/android-ndk-r4/platforms/android-4/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/android-ndk-r4/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...] |