Home
last modified time | relevance | path

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

/src/contrib/libarchive/libarchive/
H A Darchive_match.c196 static const struct archive_rb_tree_ops rb_ops = { variable
235 __archive_rb_tree_init(&(a->exclusion_tree), &rb_ops); in archive_match_new()
H A Darchive_read_support_format_mtree.c267 static const struct archive_rb_tree_ops rb_ops = { in archive_read_support_format_mtree() local
286 __archive_rb_tree_init(&mtree->rbtree, &rb_ops); in archive_read_support_format_mtree()
H A Darchive_write_set_format_iso9660.c5089 static const struct archive_rb_tree_ops rb_ops = { in isofile_init_hardlinks() local
5093 __archive_rb_tree_init(&(iso9660->hardlink_rbtree), &rb_ops); in isofile_init_hardlinks()
5111 static const struct archive_rb_tree_ops rb_ops = { in isoent_new() local
5121 __archive_rb_tree_init(&(isoent->rbtree), &rb_ops); in isoent_new()
5990 static const struct archive_rb_tree_ops rb_ops = { in isoent_gen_iso9660_identifier() local
6033 r = idr_start(a, idr, isoent->children.cnt, ffmax, 3, 1, &rb_ops); in isoent_gen_iso9660_identifier()
6239 static const struct archive_rb_tree_ops rb_ops = { in isoent_gen_joliet_identifier() local
6252 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_xar.c1992 static const struct archive_rb_tree_ops rb_ops = { in file_new() local
2008 __archive_rb_tree_init(&(file->rbtree), &rb_ops); in file_new()
2596 static const struct archive_rb_tree_ops rb_ops = { in file_init_hardlinks() local
2600 __archive_rb_tree_init(&(xar->hardlink_rbtree), &rb_ops); in file_init_hardlinks()
H A Darchive_write_set_format_mtree.c781 static const struct archive_rb_tree_ops rb_ops = { in mtree_entry_new() local
831 __archive_rb_tree_init(&me->dir_info->rbtree, &rb_ops); in mtree_entry_new()
H A Darchive_write_set_format_7zip.c347 static const struct archive_rb_tree_ops rb_ops = { in archive_write_set_format_7zip() local
367 __archive_rb_tree_init(&(zip->rbtree), &rb_ops); in archive_write_set_format_7zip()
H A Darchive_read_support_format_zip.c3806 static const struct archive_rb_tree_ops rb_ops = { variable
3932 __archive_rb_tree_init(&zip->tree, &rb_ops); in slurp_central_directory()