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.c245 static const size_t sparse_map_limit = 8 * 1048576; /* Longest sparse map: 8MiB */ variable
2428 if (value_length > sparse_map_limit) { in pax_attribute()
2432 (unsigned long long)sparse_map_limit); in pax_attribute()
2711 if (value_length < sparse_map_limit) { in pax_attribute()
2729 (unsigned long long)sparse_map_limit); in pax_attribute()