Searched defs:gz_header_s (Results 1 – 2 of 2) sorted by relevance
114 typedef struct gz_header_s { struct115 int text; /* true if compressed data believed to be text */116 uLong time; /* modification time */117 int xflags; /* extra flags (not used when writing a gzip file) */118 int os; /* operating system */119 Bytef *extra; /* pointer to extra field or Z_NULL if none */120 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */121 uInt extra_max; /* space at extra (only when reading header) */122 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */123 uInt name_max; /* space at name (only when reading header) */[all …]
186 # define gz_header_s z_gz_header_s macro