Lines Matching refs:zip_archive
128 struct zip_archive {
135 static void *check_access(struct zip_archive *archive, __u32 offset, __u32 size)
146 static int try_parse_end_of_cd(struct zip_archive *archive, __u32 offset)
175 static int find_cd(struct zip_archive *archive)
198 struct zip_archive *zip_archive_open(const char *path)
200 struct zip_archive *archive;
241 void zip_archive_close(struct zip_archive *archive)
247 static struct local_file_header *local_file_header_at_offset(struct zip_archive *archive,
259 static int get_entry_at_offset(struct zip_archive *archive, __u32 offset, struct zip_entry *out)
298 int zip_archive_find_entry(struct zip_archive *archive, const char *file_name,