Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/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 …]
/netbsd-src/external/gpl3/gdb/dist/zlib/
H A Dzlib.h114 typedef struct gz_header_s { struct
115 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 …]
H A Dzconf.h.in163 # define gz_header_s z_gz_header_s macro
H A Dzconf.h163 # define gz_header_s z_gz_header_s macro
/netbsd-src/external/gpl3/binutils/dist/zlib/
H A Dzlib.h114 typedef struct gz_header_s { struct
115 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 …]
H A Dzconf.h.in163 # define gz_header_s z_gz_header_s macro
H A Dzconf.h163 # define gz_header_s z_gz_header_s macro
/netbsd-src/external/gpl3/binutils.old/dist/zlib/
H A Dzlib.h114 typedef struct gz_header_s { struct
115 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 …]
H A Dzconf.h163 # define gz_header_s z_gz_header_s macro
H A Dzconf.h.in163 # define gz_header_s z_gz_header_s macro
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dzlib.h454 typedef struct gz_header_s { struct
455 int text; /* true if compressed data believed to be text */
456 uLong time; /* modification time */
457 int xflags; /* extra flags (not used when writing a gzip file) */
458 int os; /* operating system */
459 Bytef *extra; /* pointer to extra field or Z_NULL if none */
460 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */
461 uInt extra_max; /* space at extra (only when reading header) */
462 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
463 uInt name_max; /* space at name (only when reading header) */
[all …]