Home
last modified time | relevance | path

Searched defs:gz_header_s (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/include/u-boot/
H A Dzlib.h445 typedef struct gz_header_s { struct
446 int text; /* true if compressed data believed to be text */
447 uLong time; /* modification time */
448 int xflags; /* extra flags (not used when writing a gzip file) */
449 int os; /* operating system */
450 Bytef *extra; /* pointer to extra field or Z_NULL if none */
452 uInt extra_max; /* space at extra (only when reading header) */
454 uInt name_max; /* space at name (only when reading header) */
456 uInt comm_max; /* space at comment (only when reading header) */
457 int hcrc; /* true if there was or will be a header crc */
[all …]