Searched defs:zip_entry (Results 1 – 2 of 2) sorted by relevance
87 struct zip_entry { struct89 struct zip_entry *next; argument90 int64_t local_header_offset;91 int64_t compressed_size;92 int64_t uncompressed_size;93 int64_t gid;94 int64_t uid;95 struct archive_string rsrcname;96 time_t mtime;97 time_t atime;[all …]
882 struct _7zip_entry *zip_entry; in archive_read_format_7zip_read_header() local