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

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_match.c124 struct archive_rb_tree exclusion_tree; member in struct:archive_match
232 __archive_rb_tree_init(&(a->exclusion_tree), &rb_ops_mbs);
1411 a->exclusion_tree.rbt_ops = &rb_ops_wcs;
1421 a->exclusion_tree.rbt_ops = &rb_ops_mbs;
1428 r = __archive_rb_tree_insert_node(&(a->exclusion_tree), &(f->node));
1434 &(a->exclusion_tree), pathname);
1551 a->exclusion_tree.rbt_ops = &rb_ops_wcs;
1555 a->exclusion_tree.rbt_ops = &rb_ops_mbs;
1561 &(a->exclusion_tree), pathname);

Completed in 66 milliseconds