Home
last modified time | relevance | path

Searched refs:zip_archive (Results 1 - 4 of 4) sorted by relevance

/third_party/libbpf/src/
H A Dzip.h16 struct zip_archive;
39 struct zip_archive *zip_archive_open(const char *path);
42 void zip_archive_close(struct zip_archive *archive);
45 int zip_archive_find_entry(struct zip_archive *archive, const char *name, struct zip_entry *out);
H A Dzip.c128 struct zip_archive { struct
135 static void *check_access(struct zip_archive *archive, __u32 offset, __u32 size) in check_access()
146 static int try_parse_end_of_cd(struct zip_archive *archive, __u32 offset) in try_parse_end_of_cd()
175 static int find_cd(struct zip_archive *archive) in find_cd()
198 struct zip_archive *zip_archive_open(const char *path) in zip_archive_open()
200 struct zip_archive *archive; in zip_archive_open()
241 void zip_archive_close(struct zip_archive *archive) in zip_archive_close()
247 static struct local_file_header *local_file_header_at_offset(struct zip_archive *archive, in local_file_header_at_offset()
259 static int get_entry_at_offset(struct zip_archive *archive, __u32 offset, struct zip_entry *out) in get_entry_at_offset()
298 int zip_archive_find_entry(struct zip_archive *archiv
[all...]
H A Dlibbpf.c11572 struct zip_archive *archive;
/third_party/astc-encoder/Source/
H A Dtinyexr.h6882 mz_zip_archive zip_archive; in mz_zip_add_mem_to_archive_file_in_place() local
6884 MZ_CLEAR_OBJ(zip_archive); in mz_zip_add_mem_to_archive_file_in_place()
6893 if (!mz_zip_writer_init_file(&zip_archive, pZip_filename, 0)) in mz_zip_add_mem_to_archive_file_in_place()
6899 &zip_archive, pZip_filename, in mz_zip_add_mem_to_archive_file_in_place()
6902 if (!mz_zip_writer_init_from_reader(&zip_archive, pZip_filename)) { in mz_zip_add_mem_to_archive_file_in_place()
6903 mz_zip_reader_end(&zip_archive); in mz_zip_add_mem_to_archive_file_in_place()
6908 mz_zip_writer_add_mem_ex(&zip_archive, pArchive_name, pBuf, buf_size, in mz_zip_add_mem_to_archive_file_in_place()
6912 if (!mz_zip_writer_finalize_archive(&zip_archive)) status = MZ_FALSE; in mz_zip_add_mem_to_archive_file_in_place()
6913 if (!mz_zip_writer_end(&zip_archive)) status = MZ_FALSE; in mz_zip_add_mem_to_archive_file_in_place()
6926 mz_zip_archive zip_archive; in mz_zip_extract_archive_file_to_heap() local
[all...]

Completed in 30 milliseconds