Searched refs:sparse_tail (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_entry_sparse.c49 entry->sparse_tail = NULL;
65 if ((sp = entry->sparse_tail) != NULL) {
89 entry->sparse_head = entry->sparse_tail = sp;
92 if (entry->sparse_tail != NULL)
93 entry->sparse_tail->next = sp;
94 entry->sparse_tail = sp;
H A Darchive_entry_private.h169 struct ae_sparse *sparse_tail; member in struct:archive_entry
H A Darchive_write_set_format_pax.c61 struct sparse_block *sparse_tail; member in struct:pax
1853 pax->sparse_tail = NULL;
1869 if (pax->sparse_list == NULL || pax->sparse_tail == NULL)
1870 pax->sparse_list = pax->sparse_tail = sb;
1872 pax->sparse_tail->next = sb;
1873 pax->sparse_tail = sb;
1884 if (pax->sparse_tail == NULL)
1887 last_offset = pax->sparse_tail->offset +
1888 pax->sparse_tail->remaining;

Completed in 153 milliseconds