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

/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_zip.c57 int64_t entry_compressed_bytes_read; member in struct:zip
304 zip->entry_compressed_bytes_read = 0;
561 if (zip->compressed_size != zip->entry_compressed_bytes_read) {
637 zip->entry_compressed_bytes_read += *size;
730 zip->entry_compressed_bytes_read += bytes_avail;

Completed in 94 milliseconds