Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_tar.c146 char size_fields; /* Bits defined below */ member
544 tar->size_fields = 0; /* We don't have any size info yet */ in archive_read_format_tar_read_header()
1371 if ((tar->size_fields & TAR_SIZE_GNU_SPARSE_REALSIZE) != 0) { in header_common()
1375 } else if ((tar->size_fields & TAR_SIZE_GNU_SPARSE_SIZE) != 0 in header_common()
1380 } else if ((tar->size_fields & TAR_SIZE_SCHILY_SPARSE_REALSIZE) != 0) { in header_common()
1382 } else if ((tar->size_fields & TAR_SIZE_PAX_SIZE) != 0) { in header_common()
1402 if ((tar->size_fields & TAR_SIZE_GNU_SPARSE_SIZE) != 0 in header_common()
1407 } else if ((tar->size_fields & TAR_SIZE_PAX_SIZE) != 0) { in header_common()
2436 tar->size_fields |= TAR_SIZE_GNU_SPARSE_SIZE; in pax_attribute()
2508 tar->size_fields |= TAR_SIZE_GNU_SPARSE_REALSIZE; in pax_attribute()
[all …]