Home
last modified time | relevance | path

Searched refs:RB_INITIALIZER (Results 1 – 25 of 38) sorted by relevance

12

/openbsd/src/usr.bin/ssh/
Dsftp-usergroup.c51 static struct idname_tree user_idname = RB_INITIALIZER(&user_idname);
52 static struct idname_tree group_idname = RB_INITIALIZER(&group_idname);
/openbsd/src/lib/libcrypto/x509/
Dx509_issuer_cache.c51 RB_INITIALIZER(&x509_issuer_cache);
/openbsd/src/usr.sbin/ldpd/
Dneighbor.c103 struct nbr_id_head nbrs_by_id = RB_INITIALIZER(&nbrs_by_id);
104 struct nbr_addr_head nbrs_by_addr = RB_INITIALIZER(&nbrs_by_addr);
105 struct nbr_pid_head nbrs_by_pid = RB_INITIALIZER(&nbrs_by_pid);
/openbsd/src/usr.sbin/rpki-client/
Dmain.c62 static struct filepath_tree fpt = RB_INITIALIZER(&fpt);
986 struct vrp_tree vrps = RB_INITIALIZER(&vrps); in main()
987 struct vsp_tree vsps = RB_INITIALIZER(&vsps); in main()
988 struct brk_tree brks = RB_INITIALIZER(&brks); in main()
989 struct vap_tree vaps = RB_INITIALIZER(&vaps); in main()
Dparser.c46 static struct auth_tree auths = RB_INITIALIZER(&auths);
47 static struct crl_tree crlt = RB_INITIALIZER(&crlt);
56 static RB_HEAD(repo_tree, parse_repo) repos = RB_INITIALIZER(&repos);
Dfilemode.c47 static struct auth_tree auths = RB_INITIALIZER(&auths);
48 static struct crl_tree crlt = RB_INITIALIZER(&crlt);
/openbsd/src/usr.bin/du/
Ddu.c237 RB_HEAD(ltree, links_entry) links = RB_INITIALIZER(&links);
/openbsd/src/usr.bin/tmux/
Dutf8.c50 RB_INITIALIZER(utf8_width_cache);
237 static struct utf8_data_tree utf8_data_tree = RB_INITIALIZER(utf8_data_tree);
250 static struct utf8_index_tree utf8_index_tree = RB_INITIALIZER(utf8_index_tree);
Dcmd-wait-for.c60 static struct wait_channels wait_channels = RB_INITIALIZER(wait_channels);
Dkey-bindings.c76 static struct key_tables key_tables = RB_INITIALIZER(&key_tables);
Dclient.c59 static struct client_files client_files = RB_INITIALIZER(&client_files);
Dinput-keys.c49 struct input_key_tree input_key_tree = RB_INITIALIZER(&input_key_tree);
/openbsd/src/usr.sbin/bgpd/
Drde_peer.c29 struct peer_tree peertable = RB_INITIALIZER(&peertable);
30 struct peer_tree zombietable = RB_INITIALIZER(&zombietable);
Drde_rib.c40 struct rib flowrib = { .id = 1, .tree = RB_INITIALIZER(&flowrib.tree) };
652 RB_HEAD(path_tree, rde_aspath) pathtable = RB_INITIALIZER(&pathtable);
1697 RB_INITIALIZER(&nexthoptree);
Drde_community.c635 RB_HEAD(comm_tree, rde_community) commtable = RB_INITIALIZER(&commtable);
/openbsd/src/usr.sbin/eigrpd/
Dneighbor.c38 struct nbr_pid_head nbrs_by_pid = RB_INITIALIZER(&nbrs_by_pid);
Dkroute.c128 static struct kroute_tree krt = RB_INITIALIZER(&krt);
129 static struct kif_tree kit = RB_INITIALIZER(&kit);
Dinterface.c52 struct iface_id_head ifaces_by_id = RB_INITIALIZER(&ifaces_by_id);
/openbsd/src/usr.sbin/snmpd/
Dapplication_internal.c90 appl_internal_objects = RB_INITIALIZER(&appl_internal_objects),
91 appl_internal_objects_conf = RB_INITIALIZER(&appl_internal_objects_conf);
Dmib.y234 RB_HEAD(modulesci, module) modulesci = RB_INITIALIZER(&modulesci);
235 RB_HEAD(modulescs, module) modulescs = RB_INITIALIZER(&modulescs);
236 RB_HEAD(items, item) items = RB_INITIALIZER(&items);
237 RB_HEAD(itemsgci, item) itemsci = RB_INITIALIZER(&itemsci);
Dtraphandler.c55 struct trapcmd_tree trapcmd_tree = RB_INITIALIZER(&trapcmd_tree);
Dapplication_agentx.c115 RB_INITIALIZER(&appl_agentx_conns);
117 RB_INITIALIZER(&appl_agentx_sessions);
/openbsd/src/usr.bin/mg/
Dtags.c48 RB_HEAD(tagtree, ctag) tags = RB_INITIALIZER(&tags);
/openbsd/src/gnu/llvm/libunwind/src/
DAddressSpace.hpp176 m_head = RB_INITIALIZER(&head); in UnwindInfoSectionsCache()
/openbsd/src/usr.sbin/ospfd/
Dkroute.c113 RB_HEAD(kroute_tree, kroute_node) krt = RB_INITIALIZER(&krt);
117 RB_HEAD(kif_tree, kif_node) kit = RB_INITIALIZER(&kit);

12