Lines Matching refs:gzip
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.
160 Of course, you should only operate on any given zlib or gzip stream from a
203 difficulties, please provide a complete problem report to zlib@gzip.org
239 http://www.gzip.org/#faq11
322 39. What's the difference between the "gzip" and "deflate" HTTP 1.1 encodings?
324 "gzip" is the gzip format, and "deflate" is the zlib format. They should
333 for), using the "gzip" transfer encoding is probably more reliable due to
336 Bottom line: use the gzip format for HTTP 1.1 encoding.