Home
last modified time | relevance | path

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

/NextBSD/contrib/libarchive/libarchive/
HDarchive_read_support_format_zip.c93 int64_t entry_compressed_bytes_read; member
968 zip->entry_compressed_bytes_read = 0; in zip_read_local_file_header()
1231 zip->entry_compressed_bytes_read) { in archive_read_format_zip_read_data()
1235 (intmax_t)zip->entry_compressed_bytes_read, in archive_read_format_zip_read_data()
1319 zip->entry_compressed_bytes_read in zip_read_data_none()
1365 zip->entry_compressed_bytes_read += bytes_avail; in zip_read_data_none()
1477 zip->entry_compressed_bytes_read += bytes_avail; in zip_read_data_deflate()
HDarchive_read_support_format_cab.c279 int64_t entry_compressed_bytes_read; member
917 cab->entry_compressed_bytes_read = 0; in archive_read_format_cab_read_header()