Lines Matching full:gzip
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. For
615 windowBits can also be greater than 15 for optional gzip decoding. Add
616 32 to windowBits to enable zlib and gzip decoding with automatic header
617 detection, or add 16 to decode only the gzip format (the zlib format will
618 return a Z_DATA_ERROR). If a gzip stream is being decoded, strm->adler is