Lines Matching defs:zip_stat
191 struct zip_stat { struct
192 zip_uint64_t valid; /* which fields have valid values */
193 const char *name; /* name of the file */
194 zip_uint64_t index; /* index within archive */
195 zip_uint64_t size; /* size of file (uncompressed) */
196 zip_uint64_t comp_size; /* size of file (compressed) */
197 time_t mtime; /* modification time */
198 zip_uint32_t crc; /* crc of file data */
199 zip_uint16_t comp_method; /* compression method used */
200 zip_uint16_t encryption_method; /* encryption method used */
201 zip_uint32_t flags; /* reserved for future use */