Searched refs:zip_entries (Results 1 – 1 of 1) sorted by relevance
160 struct zip_entry *zip_entries; member3242 if (zip->zip_entries) { in archive_read_format_zip_cleanup()3243 zip_entry = zip->zip_entries; in archive_read_format_zip_cleanup()3411 if (zip->zip_entries == NULL) { in archive_read_format_zip_streamable_read_header()3412 zip->zip_entries = malloc(sizeof(struct zip_entry)); in archive_read_format_zip_streamable_read_header()3413 if (zip->zip_entries == NULL) { in archive_read_format_zip_streamable_read_header()3419 zip->entry = zip->zip_entries; in archive_read_format_zip_streamable_read_header()3961 zip_entry->next = zip->zip_entries; in slurp_central_directory()3963 zip->zip_entries = zip_entry; in slurp_central_directory()4298 if (zip->zip_entries == NULL) { in archive_read_format_zip_seekable_read_header()