Home
last modified time | relevance | path

Searched refs:mtree_entry (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c88 struct mtree_entry { struct
120 struct mtree_entry *mtree_entry; argument
223 struct mtree_entry *);
234 struct mtree_entry *, struct mtree_entry *);
870 struct mtree_entry *mtree_entry; in archive_write_mtree_header() local
894 mtree->mtree_entry = mtree_entry; in archive_write_mtree_header()
1106 struct mtree_entry *e = (struct mtree_entry *)n; in write_mtree_entry_tree()
1132 struct mtree_entry *e = (struct mtree_entry *)n; in write_mtree_entry_tree()
1654 const struct mtree_entry *e1 = (const struct mtree_entry *)n1; in mtree_entry_cmp_node()
1655 const struct mtree_entry *e2 = (const struct mtree_entry *)n2; in mtree_entry_cmp_node()
[all …]
H A Darchive_read_support_format_mtree.c89 struct mtree_entry { struct
91 struct mtree_entry *next_dup; argument
92 struct mtree_entry *next; argument
107 struct mtree_entry *entries; argument
249 const struct mtree_entry *e1 = (const struct mtree_entry *)n1; in mtree_cmp_node()
250 const struct mtree_entry *e2 = (const struct mtree_entry *)n2; in mtree_cmp_node()
258 const struct mtree_entry *e = (const struct mtree_entry *)n; in mtree_cmp_key()
299 struct mtree_entry *p, *q; in cleanup()
922 struct mtree_entry *entry; in process_add_entry()
993 struct mtree_entry *alt; in process_add_entry()
[all …]