HomeSort by relevance Sort by last modified time
    Searched full:gzip (Results 76 - 100 of 383) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/zlib/
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...]
NOTICE 20 jloup@gzip.org madler@alumni.caltech.edu
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)
  /external/zlib/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...]
zlib.adb 59 -- The simplest gzip header is not for informational, but just for
60 -- gzip format compatibility.
106 -- Separate translate routine for make gzip header.
210 if Header = None or else Header = GZip then
214 -- For the GZip CRC calculation and make headers.
216 if Header = GZip then
341 when GZip =>
344 -- Inflate gzip data defined by flag 16.
351 -- of gzip or native header defined by flag 32.
447 if Filter.Header = GZip and Filter.Compression the
    [all...]
  /bootable/recovery/applypatch/
imgdiff.c 26 * chunks of two types: "normal" and "gzip". Normal chunks are simply
27 * patched using a plain bsdiff. Gzip chunks are first expanded, then a
38 * "minigzip" tool included in the zlib distribution, not the GNU gzip
53 * images by searching for the byte sequence 1f8b0800: 1f8b is the gzip
55 * supported by the gzip standard]; and 00 is the flags byte. We do not
67 * chunk type (4) [CHUNK_{NORMAL, GZIP, DEFLATE, RAW}]
78 * gzip level (4)
83 * gzip header len (4)
84 * gzip header (gzip header len
    [all...]
  /external/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/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/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/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 45 fprintf(stderr, " -z gzip output\n");
174 int gzip = 0; local
188 gzip = 1;
239 write_ext4_image(outfd, gzip, sparse, crc, 0);
make_ext4fs.h 41 char *mountpoint, fs_config_func_t fs_config_func, int gzip, int sparse,
  /frameworks/native/libs/utils/
ZipUtils.cpp 18 // Misc zip/gzip utility functions.
36 * Utility function that expands zip/gzip "deflate" compressed data
144 * Utility function that expands zip/gzip "deflate" compressed data
256 * Look at the contents of a gzip archive. We want to know where the
263 * don't currently deal with that here. If "gzip -l" whines, we're going
284 return false; // not gzip
  /build/tools/
mktarball.sh 47 gzip -c ${target_tar} > ${target_tarball}
  /external/chromium/net/data/ftp/
dir-listing-vms-2.expected 74 gzip
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/message/
GZIPCompressedMessage.java 40 * compress a message using Gzip.
  /external/llvm/test/Transforms/ADCE/
2002-07-17-PHIAssertion.ll 1 ; This testcase was extracted from the gzip SPEC benchmark
  /external/webkit/Tools/wx/packaging/
build-debian-installer.py 22 os.system('git archive --format=tar HEAD | gzip > %s/webkitwx_0.1.orig.tar.gz' % deb_dir)
  /external/zlib/contrib/iostream3/
README 5 outf << "These go into the gzip file " << 123 << endl;
  /frameworks/native/cmds/dumpstate/
dumpstate.h 38 /* redirect output to a file, optionally gzipping; returns gzip pid */
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
trxhdr.h 30 #define TRX_GZ_FILES 0x2 /* Contains up to TRX_MAX_OFFSET individual gzip files */
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
trxhdr.h 30 #define TRX_GZ_FILES 0x2 /* Contains up to TRX_MAX_OFFSET individual gzip files */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-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).
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...]

Completed in 985 milliseconds

1 2 34 5 6 7 8 91011>>