Home
last modified time | relevance | path

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

/aoo42x/main/extensions/source/macosx/spotlight/
H A Dunzip.h120 typedef struct unz_file_info_s struct
122 uLong version; /* version made by 2 bytes */
123 uLong version_needed; /* version needed to extract 2 bytes */
124 uLong flag; /* general purpose bit flag 2 bytes */
125 uLong compression_method; /* compression method 2 bytes */
126 uLong dosDate; /* last mod file date in Dos fmt 4 bytes */
127 uLong crc; /* crc-32 4 bytes */
128 uLong compressed_size; /* compressed size 4 bytes */
129 uLong uncompressed_size; /* uncompressed size 4 bytes */
130 uLong size_filename; /* filename length 2 bytes */
[all …]

Completed in 15 milliseconds