Lines Matching defs:zip_dirent
339 struct zip_dirent { struct
340 zip_uint32_t changed;
341 bool local_extra_fields_read; /* whether we already read in local header extra fields */
342 …bool cloned; /* whether this instance is cloned, and thus shares non-c…
344 zip_uint16_t version_madeby; /* (c) version of creator */
345 zip_uint16_t version_needed; /* (cl) version needed to extract */
346 zip_uint16_t bitflags; /* (cl) general purpose bit flag */
347 zip_int32_t comp_method; /* (cl) compression method used (uint16 and ZIP_CM_DEFAULT (-1)) */
348 time_t last_mod; /* (cl) time of last modification */
349 zip_uint32_t crc; /* (cl) CRC-32 of uncompressed data */
350 zip_uint64_t comp_size; /* (cl) size of compressed data */
351 zip_uint64_t uncomp_size; /* (cl) size of uncompressed data */
352 zip_string_t *filename; /* (cl) file name (NUL-terminated) */
353 zip_extra_field_t *extra_fields; /* (cl) extra fields, parsed */
354 zip_string_t *comment; /* (c) file comment */
355 zip_uint32_t disk_number; /* (c) disk number start */
356 zip_uint16_t int_attrib; /* (c) internal file attributes */
357 zip_uint32_t ext_attrib; /* (c) external file attributes */
358 zip_uint64_t offset; /* (c) offset of local header */