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