Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/minizip/
H A Dunzip.h132 typedef struct unz_file_info_s struct
134 uLong version; /* version made by 2 bytes */
135 uLong version_needed; /* version needed to extract 2 bytes */
136 uLong flag; /* general purpose bit flag 2 bytes */
137 uLong compression_method; /* compression method 2 bytes */
138 uLong dosDate; /* last mod file date in Dos fmt 4 bytes */
139 uLong crc; /* crc-32 4 bytes */
140 uLong compressed_size; /* compressed size 4 bytes */
141 uLong uncompressed_size; /* uncompressed size 4 bytes */
142 uLong size_filename; /* filename length 2 bytes */
[all …]
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/minizip/
H A Dunzip.h132 typedef struct unz_file_info_s struct
134 uLong version; /* version made by 2 bytes */
135 uLong version_needed; /* version needed to extract 2 bytes */
136 uLong flag; /* general purpose bit flag 2 bytes */
137 uLong compression_method; /* compression method 2 bytes */
138 uLong dosDate; /* last mod file date in Dos fmt 4 bytes */
139 uLong crc; /* crc-32 4 bytes */
140 uLong compressed_size; /* compressed size 4 bytes */
141 uLong uncompressed_size; /* uncompressed size 4 bytes */
142 uLong size_filename; /* filename length 2 bytes */
[all …]
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/minizip/
H A Dunzip.h132 typedef struct unz_file_info_s struct
134 uLong version; /* version made by 2 bytes */
135 uLong version_needed; /* version needed to extract 2 bytes */
136 uLong flag; /* general purpose bit flag 2 bytes */
137 uLong compression_method; /* compression method 2 bytes */
138 uLong dosDate; /* last mod file date in Dos fmt 4 bytes */
139 uLong crc; /* crc-32 4 bytes */
140 uLong compressed_size; /* compressed size 4 bytes */
141 uLong uncompressed_size; /* uncompressed size 4 bytes */
142 uLong size_filename; /* filename length 2 bytes */
[all …]