Searched defs:GZipHeader (Results 1 – 1 of 1) sorted by relevance
25 struct __attribute__((packed)) GZipHeader { struct26 uint16_t magic = 0;27 uint8_t method = 0;28 uint8_t flags = 0;29 time_t mtime = 0;30 uint8_t xfl = 0;31 uint8_t osFile = 0;