Searched refs:sparse_count (Results 1 – 2 of 2) sorted by relevance
552 int sparse_count; in archive_write_pax_header() local815 sparse_count = archive_entry_sparse_reset(entry_main); in archive_write_pax_header()817 sparse_count = 0; in archive_write_pax_header()818 if (sparse_count) { in archive_write_pax_header()831 sparse_count = archive_entry_sparse_reset(entry_main); in archive_write_pax_header()1108 if (!need_extension && sparse_count > 0) in archive_write_pax_header()1198 if (sparse_count > 0) { in archive_write_pax_header()1227 sparse_count); in archive_write_pax_header()
237 int sparse_count; member1210 t->sparse_count = archive_entry_sparse_reset(entry); in setup_sparse()1211 if (t->sparse_count+1 > t->sparse_list_size) { in setup_sparse()1213 t->sparse_list_size = t->sparse_count + 1; in setup_sparse()1224 for (i = 0; i < t->sparse_count; i++) { in setup_sparse()