Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_tar.c248 static const size_t sparse_map_limit = 8 * 1048576; /* Longest sparse map: 8MiB */ variable
2446 if (value_length > sparse_map_limit) { in pax_attribute()
2450 (unsigned long long)sparse_map_limit); in pax_attribute()
2734 if (value_length < sparse_map_limit) { in pax_attribute()
2752 (unsigned long long)sparse_map_limit); in pax_attribute()