Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_rb.c49 ((struct archive_rb_node *)((rb)->rb_info & ~RB_FLAG_MASK))
85 struct archive_rb_node *);
87 struct archive_rb_node *, unsigned int);
99 *((struct archive_rb_node **)&rbt->rbt_root) = RB_SENTINEL_NODE; in __archive_rb_tree_init()
102 struct archive_rb_node *
106 struct archive_rb_node *parent = rbt->rbt_root; in __archive_rb_tree_find_node()
118 struct archive_rb_node *
122 struct archive_rb_node *parent = rbt->rbt_root; in __archive_rb_tree_find_node_geq()
123 struct archive_rb_node *last = NULL; in __archive_rb_tree_find_node_geq()
137 struct archive_rb_node *
[all …]
H A Darchive_rb.h35 struct archive_rb_node { struct
36 struct archive_rb_node *rb_nodes[2]; argument
83 typedef signed int (*const archive_rbto_compare_nodes_fn)(const struct archive_rb_node *,
84 const struct archive_rb_node *);
85 typedef signed int (*const archive_rbto_compare_key_fn)(const struct archive_rb_node *,
94 struct archive_rb_node *rbt_root;
101 struct archive_rb_node *);
102 struct archive_rb_node *
104 struct archive_rb_node *
106 struct archive_rb_node *
[all …]
H A Darchive_write_set_format_mtree.c89 struct archive_rb_node rbnode;
230 static int mtree_entry_cmp_node(const struct archive_rb_node *,
231 const struct archive_rb_node *);
232 static int mtree_entry_cmp_key(const struct archive_rb_node *, const void *);
1095 struct archive_rb_node *n; in write_mtree_entry_tree()
1651 mtree_entry_cmp_node(const struct archive_rb_node *n1, in mtree_entry_cmp_node()
1652 const struct archive_rb_node *n2) in mtree_entry_cmp_node()
1661 mtree_entry_cmp_key(const struct archive_rb_node *n, const void *key) in mtree_entry_cmp_key()
2033 (struct archive_rb_node *)file)) { in mtree_entry_tree_add()
2109 (struct archive_rb_node *)vp); in mtree_entry_tree_add()
[all …]