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