Home
last modified time | relevance | path

Searched refs:RB_FIND (Results 1 – 25 of 424) sorted by relevance

12345678910>>...17

/dports/mail/opensmtpd/opensmtpd-6.8.0p2/usr.sbin/smtpd/
H A Dstat_ramstat.c86 np = RB_FIND(stats_tree, &stats, &lk); in ramstat_increment()
104 np = RB_FIND(stats_tree, &stats, &lk); in ramstat_decrement()
122 np = RB_FIND(stats_tree, &stats, &lk); in ramstat_set()
/dports/sysutils/tmux/tmux-3.2a/
H A Dfile.c205 if ((cf = RB_FIND(client_files, &c->files, &find)) == NULL) { in file_vprint()
232 if ((cf = RB_FIND(client_files, &c->files, &find)) == NULL) { in file_print_buffer()
262 if ((cf = RB_FIND(client_files, &c->files, &find)) == NULL) { in file_error()
558 if ((cf = RB_FIND(client_files, files, &find)) != NULL) { in file_write_open()
609 if ((cf = RB_FIND(client_files, files, &find)) == NULL) in file_write_data()
628 if ((cf = RB_FIND(client_files, files, &find)) == NULL) in file_write_close()
717 if ((cf = RB_FIND(client_files, files, &find)) != NULL) { in file_read_open()
767 if ((cf = RB_FIND(client_files, files, &find)) == NULL) in file_write_ready()
789 if ((cf = RB_FIND(client_files, files, &find)) == NULL) in file_read_data()
813 if ((cf = RB_FIND(client_files, files, &find)) == NULL) in file_read_done()
H A Dkey-bindings.c105 table = RB_FIND(key_tables, &key_tables, &table_find); in key_bindings_get_table()
160 return (RB_FIND(key_bindings, &table->key_bindings, &bd)); in key_bindings_get()
169 return (RB_FIND(key_bindings, &table->default_key_bindings, &bd)); in key_bindings_get_default()
/dports/net/frr7-pythontools/frr-frr-7.5.1/zebra/
H A Dzebra_router.c81 zrt = RB_FIND(zebra_router_table_head, &zrouter.tables, &finder); in zebra_router_find_zrt()
98 zrt = RB_FIND(zebra_router_table_head, &zrouter.tables, &finder); in zebra_router_find_table()
119 zrt = RB_FIND(zebra_router_table_head, &zrouter.tables, &finder); in zebra_router_get_table()
202 zrt = RB_FIND(zebra_router_table_head, &zrouter.tables, &finder); in zebra_router_release_table()
/dports/net/frr7/frr-frr-7.5.1/zebra/
H A Dzebra_router.c81 zrt = RB_FIND(zebra_router_table_head, &zrouter.tables, &finder); in zebra_router_find_zrt()
98 zrt = RB_FIND(zebra_router_table_head, &zrouter.tables, &finder); in zebra_router_find_table()
119 zrt = RB_FIND(zebra_router_table_head, &zrouter.tables, &finder); in zebra_router_get_table()
202 zrt = RB_FIND(zebra_router_table_head, &zrouter.tables, &finder); in zebra_router_release_table()
/dports/net-mgmt/pmacct/pmacct-1.7.5/src/nfprobe_plugin/
H A Dtreetype.h35 #define FLOW_FIND RB_FIND
63 #define EXPIRY_FIND RB_FIND
/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dkey-bindings.c53 table = RB_FIND(key_tables, &key_tables, &table_find); in key_bindings_get_table()
96 bd = RB_FIND(key_bindings, &table->key_bindings, &bd_find); in key_bindings_add()
122 bd = RB_FIND(key_bindings, &table->key_bindings, &bd_find); in key_bindings_remove()
H A Dhooks.c125 return (RB_FIND(hooks_tree, &hooks->tree, &hook)); in hooks_find1()
134 hook = RB_FIND(hooks_tree, &hooks->tree, &hook0); in hooks_find()
139 hook = RB_FIND(hooks_tree, &hooks->tree, &hook0); in hooks_find()
H A Doptions.c98 return (RB_FIND(options_tree, &oo->tree, &p)); in options_find1()
107 o = RB_FIND(options_tree, &oo->tree, &p); in options_find()
112 o = RB_FIND(options_tree, &oo->tree, &p); in options_find()
/dports/sysutils/tmux23/tmux-2.3/
H A Dkey-bindings.c53 table = RB_FIND(key_tables, &key_tables, &table_find); in key_bindings_get_table()
96 bd = RB_FIND(key_bindings, &table->key_bindings, &bd_find); in key_bindings_add()
122 bd = RB_FIND(key_bindings, &table->key_bindings, &bd_find); in key_bindings_remove()
H A Dhooks.c125 return (RB_FIND(hooks_tree, &hooks->tree, &hook)); in hooks_find1()
134 hook = RB_FIND(hooks_tree, &hooks->tree, &hook0); in hooks_find()
139 hook = RB_FIND(hooks_tree, &hooks->tree, &hook0); in hooks_find()
H A Doptions.c98 return (RB_FIND(options_tree, &oo->tree, &p)); in options_find1()
107 o = RB_FIND(options_tree, &oo->tree, &p); in options_find()
112 o = RB_FIND(options_tree, &oo->tree, &p); in options_find()
/dports/sysutils/tmate/tmate-2.4.0/
H A Dkey-bindings.c53 table = RB_FIND(key_tables, &key_tables, &table_find); in key_bindings_get_table()
96 bd = RB_FIND(key_bindings, &table->key_bindings, &bd_find); in key_bindings_add()
122 bd = RB_FIND(key_bindings, &table->key_bindings, &bd_find); in key_bindings_remove()
H A Dhooks.c125 return (RB_FIND(hooks_tree, &hooks->tree, &hook)); in hooks_find1()
134 hook = RB_FIND(hooks_tree, &hooks->tree, &hook0); in hooks_find()
139 hook = RB_FIND(hooks_tree, &hooks->tree, &hook0); in hooks_find()
H A Doptions.c98 return (RB_FIND(options_tree, &oo->tree, &p)); in options_find1()
107 o = RB_FIND(options_tree, &oo->tree, &p); in options_find()
112 o = RB_FIND(options_tree, &oo->tree, &p); in options_find()
/dports/multimedia/tvheadend/tvheadend-4.2.8/src/
H A Dtvh_locale.c90 m = RB_FIND(&lng->msgs, &ms, link, msg_cmp); in msg_find()
139 l = RB_FIND(&lngs, &ls, link, lng_cmp); in lng_get()
174 ret = RB_FIND(&lngs, &ls, link, lng_cmp) != NULL; in tvh_gettext_langcode_valid()
/dports/net-mgmt/tcpreplay/tcpreplay-4.3.4/src/
H A Dtree.c243 node = RB_FIND(tcpr_data_tree_s, &treeroot, finder); in check_ip_tree()
310 node = RB_FIND(tcpr_data_tree_s, &treeroot, finder); in check_ip6_tree()
400 findnode = RB_FIND(tcpr_data_tree_s, &treeroot, newnode); in add_tree_first_ipv4()
419 findnode = RB_FIND(tcpr_data_tree_s, &treeroot, newnode); in add_tree_first_ipv4()
454 findnode = RB_FIND(tcpr_data_tree_s, &treeroot, newnode); in add_tree_first_ipv6()
473 findnode = RB_FIND(tcpr_data_tree_s, &treeroot, newnode); in add_tree_first_ipv6()
488 node = RB_FIND(tcpr_data_tree_s, &treeroot, newnode); in add_tree_node()
/dports/devel/libudev-devd/libudev-devd-0.5.0/
H A Dudev-list.c77 old_ule = RB_FIND(udev_list, ul, ule); in udev_list_insert()
170 ret = RB_FIND(udev_list, ule->list, find); in udev_list_entry_get_by_name()
/dports/net-mgmt/bgpq4/bgpq4-1.4/
H A Dprinter.c57 if ((res = RB_FIND(asn_tree, &b->asnlist, &find)) != NULL) { in bgpq4_print_cisco_aspath()
91 if ((res = RB_FIND(asn_tree, &b->asnlist, &find)) != NULL) { in bgpq4_print_cisco_xr_aspath()
133 if ((res = RB_FIND(asn_tree, &b->asnlist, &find)) != NULL) { in bgpq4_print_cisco_oaspath()
167 if ((res = RB_FIND(asn_tree, &b->asnlist, &find)) != NULL) { in bgpq4_print_cisco_xr_oaspath()
204 if ((res = RB_FIND(asn_tree, &b->asnlist, &find)) != NULL) { in bgpq4_print_juniper_aspath()
245 if ((res = RB_FIND(asn_tree, &b->asnlist, &find)) != NULL) { in bgpq4_print_juniper_oaspath()
303 if ((res = RB_FIND(asn_tree, &b->asnlist, &find)) != NULL) { in bgpq4_print_nokia_aspath()
342 if ((res = RB_FIND(asn_tree, &b->asnlist, &find)) != NULL) { in bgpq4_print_nokia_md_aspath()
385 if ((res = RB_FIND(asn_tree, &b->asnlist, &find)) != NULL) { in bgpq4_print_huawei_aspath()
418 if ((res = RB_FIND(asn_tree, &b->asnlist, &find)) != NULL) { in bgpq4_print_huawei_oaspath()
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/ldpd/
H A Dl2vpn.c70 return (RB_FIND(l2vpn_head, &xconf->l2vpn_tree, &l2vpn)); in l2vpn_find()
144 return (RB_FIND(l2vpn_if_head, &l2vpn->if_tree, &lif)); in l2vpn_if_find()
209 pw = RB_FIND(l2vpn_pw_head, &l2vpn->pw_tree, &s); in l2vpn_pw_find()
212 return (RB_FIND(l2vpn_pw_head, &l2vpn->pw_inactive_tree, &s)); in l2vpn_pw_find()
221 return (RB_FIND(l2vpn_pw_head, &l2vpn->pw_tree, &s)); in l2vpn_pw_find_active()
230 return (RB_FIND(l2vpn_pw_head, &l2vpn->pw_inactive_tree, &s)); in l2vpn_pw_find_inactive()
/dports/net/frr7/frr-frr-7.5.1/ldpd/
H A Dl2vpn.c70 return (RB_FIND(l2vpn_head, &xconf->l2vpn_tree, &l2vpn)); in l2vpn_find()
144 return (RB_FIND(l2vpn_if_head, &l2vpn->if_tree, &lif)); in l2vpn_if_find()
209 pw = RB_FIND(l2vpn_pw_head, &l2vpn->pw_tree, &s); in l2vpn_pw_find()
212 return (RB_FIND(l2vpn_pw_head, &l2vpn->pw_inactive_tree, &s)); in l2vpn_pw_find()
221 return (RB_FIND(l2vpn_pw_head, &l2vpn->pw_tree, &s)); in l2vpn_pw_find_active()
230 return (RB_FIND(l2vpn_pw_head, &l2vpn->pw_inactive_tree, &s)); in l2vpn_pw_find_inactive()
/dports/mail/fdm/fdm-2.0/
H A Dpop3-common.c300 if (RB_FIND(fetch_pop3_tree, &data->cacheq, aux) == NULL) in pop3_commit()
617 if (RB_FIND(fetch_pop3_tree, &data->serverq, aux)) { in pop3_state_cache2()
670 if (RB_FIND( in pop3_state_cache3()
685 if (RB_FIND(fetch_pop3_tree, in pop3_state_cache3()
691 if (RB_FIND(fetch_pop3_tree, in pop3_state_cache3()
745 aux3 = RB_FIND( in pop3_state_cache3()
853 if (RB_FIND(fetch_pop3_tree, &data->cacheq, aux) == NULL) in pop3_state_delete()
/dports/devel/libinotify/libinotify-20180201/
H A Ddep-list.c140 assert (RB_FIND (dep_tree, &dl->head, di) == NULL); in dl_insert()
156 assert (RB_FIND (dep_tree, &dl->head, di) != NULL); in dl_remove()
254 return (RB_FIND (dep_tree, &dl->head, &find)); in dl_find()
/dports/databases/mdcached/mdcached-1.0.9/mdcached/
H A DDataStore.cpp636 d = RB_FIND(dh_item_tree, &ib->tree_head, &search); in get_data()
682 d = RB_FIND(dh_item_tree, &ib->tree_head, &search); in get_data_and_lock()
714 d = RB_FIND(dh_item_tree, &ib->tree_head, &search); in get_data_nolock()
809 tv = RB_FIND(tag_value_tree, &tk->tree_head, &tv_find); in tag_link()
874 tv = RB_FIND(tag_value_tree, &tk->tree_head, &tv_find); in tag_unlink()
937 tv = RB_FIND(tag_value_tree, &tk->tree_head, &tv_search); in get_multidata_by_tag_values()
1102 d = RB_FIND(dh_item_tree, &ib->tree_head, &search); in del_data_name()
1140 d = RB_FIND(dh_item_tree, &ib->tree_head, &search); in del_data_name_nolock()
1294 d = RB_FIND(dh_item_tree, &ib->tree_head, &search); in atomic_op()
1496 tv = RB_FIND(tag_value_tree, &tk->tree_head, &tv_find); in tstack_pop()
[all …]
/dports/ports-mgmt/parfetch-overlay/parfetch-0.1.0/libias/
H A Dmap.c120 struct MapNode *node = RB_FIND(MapTree, &map->root, &search); in map_remove()
132 struct MapNode *node = RB_FIND(MapTree, &map->root, &search); in map_get()

12345678910>>...17