Home
last modified time | relevance | path

Searched refs:max_read_size (Results 1 – 1 of 1) sorted by last modified time

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c880 const uint64_t max_read_size = 16 * 1024 * 1024; // Don't try to read more than 16 MB at a time in archive_read_format_7zip_read_data() local
881 size_t bytes_to_read = max_read_size; in archive_read_format_7zip_read_data()