Lines Matching full:gzip
5 // The GZipHeader class allows you to parse a gzip header, such as you
6 // might find at the beginning of a file compressed by gzip (ie, a .gz
7 // file), or at the beginning of an HTTP response that uses a gzip
8 // Content-Encoding. See RFC 1952 for the specification for the gzip
38 // bytes from a gzip header. If the bytes we've seen so far do not
39 // yet constitute a complete gzip header, return
41 // gzip header, return INVALID_HEADER. When we've seen a complete
42 // gzip header, return COMPLETE_HEADER and set the pointer pointed
43 // to by header_end to the first byte beyond the gzip header.
84 static const uint8 magic[]; // gzip magic header