Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/libarchive/libarchive/
H A Darchive_read_support_format_tar.c234 static const size_t sparse_map_limit = 8 * 1048576; /* Longest sparse map: 8MiB */ variable
2305 if (value_length > sparse_map_limit) { in pax_attribute()
2308 (int)value_length, (int)sparse_map_limit); in pax_attribute()
2586 if (value_length < sparse_map_limit) { in pax_attribute()
2603 (int)value_length, (int)sparse_map_limit); in pax_attribute()