Searched defs:zip_entry (Results 1 – 2 of 2) sorted by relevance
80 struct zip_entry { struct82 struct zip_entry *next; argument83 int64_t local_header_offset;84 int64_t compressed_size;85 int64_t uncompressed_size;86 int64_t gid;87 int64_t uid;88 struct archive_string rsrcname;89 time_t mtime;90 time_t atime;[all …]
652 struct _7zip_entry *zip_entry; in archive_read_format_7zip_read_header() local