Lines Matching defs:gz_header_s
118 typedef struct gz_header_s { struct
119 int text; /* true if compressed data believed to be text */
120 uLong time; /* modification time */
121 int xflags; /* extra flags (not used when writing a gzip file) */
122 int os; /* operating system */
123 Bytef *extra; /* pointer to extra field or Z_NULL if none */
124 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */
125 uInt extra_max; /* space at extra (only when reading header) */
126 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
127 uInt name_max; /* space at name (only when reading header) */
128 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
129 uInt comm_max; /* space at comment (only when reading header) */
130 int hcrc; /* true if there was or will be a header crc */
131 int done; /* true when done reading gzip header (not used