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

/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_zip.c218 * extends for decrypted_bytes_remaining. Decryption
227 size_t decrypted_bytes_remaining; member in struct:zip
2607 if (zip->decrypted_bytes_remaining < (size_t)bytes_avail) {
2612 zip->decrypted_bytes_remaining);
2619 if ((int64_t)(zip->decrypted_bytes_remaining
2623 (int64_t)zip->decrypted_bytes_remaining)
2628 - zip->decrypted_bytes_remaining;
2636 + zip->decrypted_bytes_remaining,
2644 + zip->decrypted_bytes_remaining,
2647 zip->decrypted_bytes_remaining
[all...]

Completed in 144 milliseconds