Home
last modified time | relevance | path

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

/src/contrib/libarchive/libarchive/
H A Darchive_entry_sparse.c102 archive_entry_sparse_count(struct archive_entry *entry) in archive_entry_sparse_count() function
132 return archive_entry_sparse_count(entry); in archive_entry_sparse_reset()
H A Darchive_entry.h673 __LA_DECL int archive_entry_sparse_count(struct archive_entry *);
H A Darchive_read_disk_entry_from_file.c1022 if (archive_entry_sparse_count(entry) == 0) { in setup_sparse()
/src/contrib/libarchive/libarchive/test/
H A Dtest_sparse_basic.c476 assertEqualInt(blocks, archive_entry_sparse_count(ae)); in verify_sparse_file2()
500 assertEqualInt(0, archive_entry_sparse_count(ae)); in test_sparse_whole_file_data()