Searched refs:RB_INITIALIZER (Results 1 – 25 of 38) sorted by relevance
12
| /openbsd/src/usr.bin/ssh/ |
| D | sftp-usergroup.c | 51 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/ |
| D | x509_issuer_cache.c | 51 RB_INITIALIZER(&x509_issuer_cache);
|
| /openbsd/src/usr.sbin/ldpd/ |
| D | neighbor.c | 103 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/ |
| D | main.c | 62 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()
|
| D | parser.c | 46 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);
|
| D | filemode.c | 47 static struct auth_tree auths = RB_INITIALIZER(&auths); 48 static struct crl_tree crlt = RB_INITIALIZER(&crlt);
|
| /openbsd/src/usr.bin/du/ |
| D | du.c | 237 RB_HEAD(ltree, links_entry) links = RB_INITIALIZER(&links);
|
| /openbsd/src/usr.bin/tmux/ |
| D | utf8.c | 50 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);
|
| D | cmd-wait-for.c | 60 static struct wait_channels wait_channels = RB_INITIALIZER(wait_channels);
|
| D | key-bindings.c | 76 static struct key_tables key_tables = RB_INITIALIZER(&key_tables);
|
| D | client.c | 59 static struct client_files client_files = RB_INITIALIZER(&client_files);
|
| D | input-keys.c | 49 struct input_key_tree input_key_tree = RB_INITIALIZER(&input_key_tree);
|
| /openbsd/src/usr.sbin/bgpd/ |
| D | rde_peer.c | 29 struct peer_tree peertable = RB_INITIALIZER(&peertable); 30 struct peer_tree zombietable = RB_INITIALIZER(&zombietable);
|
| D | rde_rib.c | 40 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);
|
| D | rde_community.c | 635 RB_HEAD(comm_tree, rde_community) commtable = RB_INITIALIZER(&commtable);
|
| /openbsd/src/usr.sbin/eigrpd/ |
| D | neighbor.c | 38 struct nbr_pid_head nbrs_by_pid = RB_INITIALIZER(&nbrs_by_pid);
|
| D | kroute.c | 128 static struct kroute_tree krt = RB_INITIALIZER(&krt); 129 static struct kif_tree kit = RB_INITIALIZER(&kit);
|
| D | interface.c | 52 struct iface_id_head ifaces_by_id = RB_INITIALIZER(&ifaces_by_id);
|
| /openbsd/src/usr.sbin/snmpd/ |
| D | application_internal.c | 90 appl_internal_objects = RB_INITIALIZER(&appl_internal_objects), 91 appl_internal_objects_conf = RB_INITIALIZER(&appl_internal_objects_conf);
|
| D | mib.y | 234 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);
|
| D | traphandler.c | 55 struct trapcmd_tree trapcmd_tree = RB_INITIALIZER(&trapcmd_tree);
|
| D | application_agentx.c | 115 RB_INITIALIZER(&appl_agentx_conns); 117 RB_INITIALIZER(&appl_agentx_sessions);
|
| /openbsd/src/usr.bin/mg/ |
| D | tags.c | 48 RB_HEAD(tagtree, ctag) tags = RB_INITIALIZER(&tags);
|
| /openbsd/src/gnu/llvm/libunwind/src/ |
| D | AddressSpace.hpp | 176 m_head = RB_INITIALIZER(&head); in UnwindInfoSectionsCache()
|
| /openbsd/src/usr.sbin/ospfd/ |
| D | kroute.c | 113 RB_HEAD(kroute_tree, kroute_node) krt = RB_INITIALIZER(&krt); 117 RB_HEAD(kif_tree, kif_node) kit = RB_INITIALIZER(&kit);
|
12