Home
last modified time | relevance | path

Searched refs:computed_crc32 (Results 1 – 1 of 1) sorted by relevance

/src/contrib/libarchive/libarchive/
H A Darchive_read_support_format_zip.c176 unsigned long computed_crc32; member
933 zip->computed_crc32 = zip->crc32func(0, NULL, 0); in zip_read_local_file_header()
1445 crc32_actual = zip->computed_crc32; in consume_end_of_file_marker()
1634 && (archive_le32dec(p + 4) == zip->computed_crc32 in zip_read_data_none()
3161 zip->computed_crc32 = zip->crc32func(zip->computed_crc32, *buff, in archive_read_format_zip_read_data()
3172 zip->entry->crc32 != zip->computed_crc32 in archive_read_format_zip_read_data()
3176 (unsigned long)zip->computed_crc32, in archive_read_format_zip_read_data()