Searched refs:rbt_ops (Results 1 – 4 of 4) sorted by relevance
98 rbt->rbt_ops = ops; in __archive_rb_tree_init()105 archive_rbto_compare_key_fn compare_key = rbt->rbt_ops->rbto_compare_key; in __archive_rb_tree_find_node()121 archive_rbto_compare_key_fn compare_key = rbt->rbt_ops->rbto_compare_key; in __archive_rb_tree_find_node_geq()140 archive_rbto_compare_key_fn compare_key = rbt->rbt_ops->rbto_compare_key; in __archive_rb_tree_find_node_leq()160 archive_rbto_compare_nodes_fn compare_nodes = rbt->rbt_ops->rbto_compare_nodes; in __archive_rb_tree_insert_node()
95 const struct archive_rb_tree_ops *rbt_ops; member
1410 a->exclusion_tree.rbt_ops = &rb_ops_wcs; in add_entry()1420 a->exclusion_tree.rbt_ops = &rb_ops_mbs; in add_entry()1550 a->exclusion_tree.rbt_ops = &rb_ops_wcs; in time_excluded()1554 a->exclusion_tree.rbt_ops = &rb_ops_mbs; in time_excluded()
5850 int num_size, int null_size, const struct archive_rb_tree_ops *rbt_ops) in idr_start() argument5859 __archive_rb_tree_init(&(idr->rbtree), rbt_ops); in idr_start()