Home
last modified time | relevance | path

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

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c89 struct mtree_entry { struct
121 struct mtree_entry *mtree_entry; argument
224 struct mtree_entry *);
235 struct mtree_entry *, struct mtree_entry *);
871 struct mtree_entry *mtree_entry; in archive_write_mtree_header() local
895 mtree->mtree_entry = mtree_entry; in archive_write_mtree_header()
1107 struct mtree_entry *e = (struct mtree_entry *)n; in write_mtree_entry_tree()
1133 struct mtree_entry *e = (struct mtree_entry *)n; in write_mtree_entry_tree()
1655 const struct mtree_entry *e1 = (const struct mtree_entry *)n1; in mtree_entry_cmp_node()
1656 const struct mtree_entry *e2 = (const struct mtree_entry *)n2; in mtree_entry_cmp_node()
[all …]
H A Darchive_read_support_format_mtree.c90 struct mtree_entry { struct
92 struct mtree_entry *next_dup; argument
93 struct mtree_entry *next; argument
108 struct mtree_entry *entries; argument
250 const struct mtree_entry *e1 = (const struct mtree_entry *)n1; in mtree_cmp_node()
251 const struct mtree_entry *e2 = (const struct mtree_entry *)n2; in mtree_cmp_node()
259 const struct mtree_entry *e = (const struct mtree_entry *)n; in mtree_cmp_key()
300 struct mtree_entry *p, *q; in cleanup()
923 struct mtree_entry *entry; in process_add_entry()
994 struct mtree_entry *alt; in process_add_entry()
[all …]