Lines Matching full:gzip
26 * chunks of two types: "normal" and "gzip". Normal chunks are simply
27 * patched using a plain bsdiff. Gzip chunks are first expanded, then a
38 * "minigzip" tool included in the zlib distribution, not the GNU gzip
53 * images by searching for the byte sequence 1f8b0800: 1f8b is the gzip
55 * supported by the gzip standard]; and 00 is the flags byte. We do not
67 * chunk type (4) [CHUNK_{NORMAL, GZIP, DEFLATE, RAW}]
78 * gzip level (4)
83 * gzip header len (4)
84 * gzip header (gzip header len)
85 * gzip footer (8)
92 * gzip level (4)
103 * including the gzip header and footer for gzip chunks. "source
415 // 'pos' is the offset of the start of a gzip chunk.
466 // gzip header instead of a real one.
470 "imgdiff only supports gzip kernel compression,"
522 // 'pos' is not the offset of the start of a gzip chunk, so scan
523 // forward until we find a gzip header.
703 * Cause a gzip chunk to be treated as a normal chunk (ie, as a blob
706 * where some gzip chunks are reconstructible but others aren't (by
719 * compressed representation, for gzip chunks).
882 // Merge the gzip header and footer in with any adjacent