Home
last modified time | relevance | path

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

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_entry_private.h46 struct ae_sparse { struct
47 struct ae_sparse *next; argument
185 struct ae_sparse *sparse_head;
186 struct ae_sparse *sparse_tail;
187 struct ae_sparse *sparse_p;
H A Darchive_entry_sparse.c42 struct ae_sparse *sp; in archive_entry_sparse_clear()
56 struct ae_sparse *sp; in archive_entry_sparse_add_entry()
80 if ((sp = (struct ae_sparse *)malloc(sizeof(*sp))) == NULL) in archive_entry_sparse_add_entry()
105 struct ae_sparse *sp; in archive_entry_sparse_count()
H A Darchive_entry.c181 struct ae_sparse *sp; in archive_entry_clone()