Home
last modified time | relevance | path

Searched refs:rb_ops (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_xar.c1948 static const struct archive_rb_tree_ops rb_ops = { in file_new() local
1964 __archive_rb_tree_init(&(file->rbtree), &rb_ops); in file_new()
2552 static const struct archive_rb_tree_ops rb_ops = { in file_init_hardlinks() local
2556 __archive_rb_tree_init(&(xar->hardlink_rbtree), &rb_ops); in file_init_hardlinks()
H A Darchive_read_support_format_mtree.c266 static const struct archive_rb_tree_ops rb_ops = { in archive_read_support_format_mtree() local
285 __archive_rb_tree_init(&mtree->rbtree, &rb_ops); in archive_read_support_format_mtree()
H A Darchive_write_set_format_iso9660.c5084 static const struct archive_rb_tree_ops rb_ops = { in isofile_init_hardlinks() local
5088 __archive_rb_tree_init(&(iso9660->hardlink_rbtree), &rb_ops); in isofile_init_hardlinks()
5106 static const struct archive_rb_tree_ops rb_ops = { in isoent_new() local
5116 __archive_rb_tree_init(&(isoent->rbtree), &rb_ops); in isoent_new()
5979 static const struct archive_rb_tree_ops rb_ops = { in isoent_gen_iso9660_identifier() local
6022 r = idr_start(a, idr, isoent->children.cnt, ffmax, 3, 1, &rb_ops); in isoent_gen_iso9660_identifier()
6228 static const struct archive_rb_tree_ops rb_ops = { in isoent_gen_joliet_identifier() local
6241 r = idr_start(a, idr, isoent->children.cnt, (int)ffmax, 6, 2, &rb_ops); in isoent_gen_joliet_identifier()
H A Darchive_write_set_format_mtree.c780 static const struct archive_rb_tree_ops rb_ops = { in mtree_entry_new()
830 __archive_rb_tree_init(&me->dir_info->rbtree, &rb_ops); in mtree_entry_new()
781 static const struct archive_rb_tree_ops rb_ops = { mtree_entry_new() local
H A Darchive_write_set_format_7zip.c307 static const struct archive_rb_tree_ops rb_ops = { in archive_write_set_format_7zip() local
327 __archive_rb_tree_init(&(zip->rbtree), &rb_ops); in archive_write_set_format_7zip()
H A Darchive_read_support_format_zip.c3821 static const struct archive_rb_tree_ops rb_ops = { variable
3947 __archive_rb_tree_init(&zip->tree, &rb_ops); in slurp_central_directory()