Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/zmod/
H A Dzlib.h111 typedef struct gz_header_s { struct
112 int text; /* true if compressed data believed to be text */
113 uLong time; /* modification time */
114 int xflags; /* extra flags (not used when writing a gzip file) */
115 int os; /* operating system */
116 Bytef *extra; /* pointer to extra field or Z_NULL if none */
117 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */
118 uInt extra_max; /* space at extra (only when reading header) */
119 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
120 uInt name_max; /* space at name (only when reading header) */
[all …]