Lines Matching refs:gzip
59 corresponding source to us at zlib@gzip.org . Do not send multi-megabyte
128 18. Why does gzip give an error on a file I make with compress/deflate?
131 is different and incompatible with the gzip format. The gz* functions in
132 zlib on the other hand use the gzip format. Both the zlib and gzip formats
138 The gzip format was designed to retain the directory information about a
142 faster integrity check than gzip.
144 20. Well that's nice, but how do I make a gzip file in memory?
146 You can request that deflate write the gzip format instead of the zlib
148 gzip format using inflateInit2(). Read zlib.h for more details.
158 Of course, you should only operate on any given zlib or gzip stream from a
201 difficulties, please provide a complete problem report to zlib@gzip.org
237 http://www.gzip.org/#faq11
320 39. What's the difference between the "gzip" and "deflate" HTTP 1.1 encodings?
322 "gzip" is the gzip format, and "deflate" is the zlib format. They should
331 for), using the "gzip" transfer encoding is probably more reliable due to
334 Bottom line: use the gzip format for HTTP 1.1 encoding.