Searched refs:sparse_block (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_pax.c48 struct sparse_block { struct
49 struct sparse_block *next;
62 struct sparse_block *sparse_list;
63 struct sparse_block *sparse_tail;
1808 struct sparse_block *sb;
1852 struct sparse_block *sb = pax->sparse_list->next;
1993 struct sparse_block *sb = pax->sparse_list;
2004 struct sparse_block *sb;
2006 sb = (struct sparse_block *)malloc(sizeof(*sb));
H A Darchive_read_support_format_tar.c113 struct sparse_block { struct
114 struct sparse_block *next;
141 struct sparse_block *sparse_list;
142 struct sparse_block *sparse_last;
557 struct sparse_block *sb;
593 struct sparse_block *p;
655 struct sparse_block *p;
2273 struct sparse_block *p;
2275 p = (struct sparse_block *)calloc(1, sizeof(*p));
2297 struct sparse_block *
[all...]

Completed in 69 milliseconds