Home
last modified time | relevance | path

Searched refs:SPLAY_FIND (Results 1 – 25 of 268) sorted by relevance

1234567891011

/dports/mail/opensmtpd-extras-scheduler-ram/opensmtpd-extras-6.7.1/api/
H A Dtree.c51 return (SPLAY_FIND(_tree, &t->tree, &key) != NULL); in tree_check()
61 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) { in tree_set()
96 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) in tree_get()
108 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) in tree_xget()
121 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) in tree_pop()
139 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) in tree_xpop()
216 curr = SPLAY_FIND(_tree, &t->tree, &key); in tree_iterfrom()
H A Ddict.c46 return (SPLAY_FIND(_dict, &d->dict, &key) != NULL); in dict_check()
73 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) { in dict_set()
105 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) in dict_get()
117 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) in dict_xget()
130 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) in dict_pop()
148 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) in dict_xpop()
224 curr = SPLAY_FIND(_dict, &d->dict, &key); in dict_iterfrom()
/dports/mail/opensmtpd-extras-table-ldap/opensmtpd-extras-6.7.1/api/
H A Ddict.c46 return (SPLAY_FIND(_dict, &d->dict, &key) != NULL); in dict_check()
73 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) { in dict_set()
105 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) in dict_get()
117 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) in dict_xget()
130 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) in dict_pop()
148 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) in dict_xpop()
224 curr = SPLAY_FIND(_dict, &d->dict, &key); in dict_iterfrom()
H A Dtree.c51 return (SPLAY_FIND(_tree, &t->tree, &key) != NULL); in tree_check()
61 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) { in tree_set()
96 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) in tree_get()
108 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) in tree_xget()
121 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) in tree_pop()
139 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) in tree_xpop()
216 curr = SPLAY_FIND(_tree, &t->tree, &key); in tree_iterfrom()
/dports/mail/opensmtpd-extras-table-mysql/opensmtpd-extras-6.7.1/api/
H A Ddict.c46 return (SPLAY_FIND(_dict, &d->dict, &key) != NULL); in dict_check()
73 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) { in dict_set()
105 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) in dict_get()
117 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) in dict_xget()
130 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) in dict_pop()
148 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) in dict_xpop()
224 curr = SPLAY_FIND(_dict, &d->dict, &key); in dict_iterfrom()
H A Dtree.c51 return (SPLAY_FIND(_tree, &t->tree, &key) != NULL); in tree_check()
61 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) { in tree_set()
96 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) in tree_get()
108 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) in tree_xget()
121 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) in tree_pop()
139 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) in tree_xpop()
216 curr = SPLAY_FIND(_tree, &t->tree, &key); in tree_iterfrom()
/dports/mail/opensmtpd-extras-table-passwd/opensmtpd-extras-6.7.1/api/
H A Dtree.c51 return (SPLAY_FIND(_tree, &t->tree, &key) != NULL); in tree_check()
61 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) { in tree_set()
96 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) in tree_get()
108 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) in tree_xget()
121 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) in tree_pop()
139 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) in tree_xpop()
216 curr = SPLAY_FIND(_tree, &t->tree, &key); in tree_iterfrom()
H A Ddict.c46 return (SPLAY_FIND(_dict, &d->dict, &key) != NULL); in dict_check()
73 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) { in dict_set()
105 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) in dict_get()
117 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) in dict_xget()
130 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) in dict_pop()
148 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) in dict_xpop()
224 curr = SPLAY_FIND(_dict, &d->dict, &key); in dict_iterfrom()
/dports/mail/opensmtpd-extras-table-sqlite/opensmtpd-extras-6.7.1/api/
H A Dtree.c51 return (SPLAY_FIND(_tree, &t->tree, &key) != NULL); in tree_check()
61 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) { in tree_set()
96 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) in tree_get()
108 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) in tree_xget()
121 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) in tree_pop()
139 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) in tree_xpop()
216 curr = SPLAY_FIND(_tree, &t->tree, &key); in tree_iterfrom()
H A Ddict.c46 return (SPLAY_FIND(_dict, &d->dict, &key) != NULL); in dict_check()
73 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) { in dict_set()
105 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) in dict_get()
117 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) in dict_xget()
130 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) in dict_pop()
148 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) in dict_xpop()
224 curr = SPLAY_FIND(_dict, &d->dict, &key); in dict_iterfrom()
/dports/mail/opensmtpd/opensmtpd-6.8.0p2/usr.sbin/smtpd/
H A Ddict.c48 return (SPLAY_FIND(_dict, &d->dict, &key) != NULL); in dict_check()
75 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) { in dict_set()
107 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) in dict_get()
119 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) in dict_xget()
132 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) in dict_pop()
150 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) in dict_xpop()
226 curr = SPLAY_FIND(_dict, &d->dict, &key); in dict_iterfrom()
H A Dtree.c47 return (SPLAY_FIND(_tree, &t->tree, &key) != NULL); in tree_check()
57 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) { in tree_set()
92 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) in tree_get()
104 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) in tree_xget()
117 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) in tree_pop()
135 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) in tree_xpop()
212 curr = SPLAY_FIND(_tree, &t->tree, &key); in tree_iterfrom()
/dports/mail/opensmtpd-extras/opensmtpd-extras-6.7.1/api/
H A Ddict.c46 return (SPLAY_FIND(_dict, &d->dict, &key) != NULL); in dict_check()
73 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) { in dict_set()
105 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) in dict_get()
117 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) in dict_xget()
130 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) in dict_pop()
148 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) in dict_xpop()
224 curr = SPLAY_FIND(_dict, &d->dict, &key); in dict_iterfrom()
H A Dtree.c51 return (SPLAY_FIND(_tree, &t->tree, &key) != NULL); in tree_check()
61 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) { in tree_set()
96 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) in tree_get()
108 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) in tree_xget()
121 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) in tree_pop()
139 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) in tree_xpop()
216 curr = SPLAY_FIND(_tree, &t->tree, &key); in tree_iterfrom()
/dports/mail/opensmtpd-extras-queue-ram/opensmtpd-extras-6.7.1/api/
H A Ddict.c46 return (SPLAY_FIND(_dict, &d->dict, &key) != NULL); in dict_check()
73 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) { in dict_set()
105 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) in dict_get()
117 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) in dict_xget()
130 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) in dict_pop()
148 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) in dict_xpop()
224 curr = SPLAY_FIND(_dict, &d->dict, &key); in dict_iterfrom()
H A Dtree.c51 return (SPLAY_FIND(_tree, &t->tree, &key) != NULL); in tree_check()
61 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) { in tree_set()
96 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) in tree_get()
108 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) in tree_xget()
121 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) in tree_pop()
139 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) in tree_xpop()
216 curr = SPLAY_FIND(_tree, &t->tree, &key); in tree_iterfrom()
/dports/mail/opensmtpd-extras-table-socketmap/opensmtpd-extras-6.7.1/api/
H A Dtree.c51 return (SPLAY_FIND(_tree, &t->tree, &key) != NULL); in tree_check()
61 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) { in tree_set()
96 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) in tree_get()
108 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) in tree_xget()
121 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) in tree_pop()
139 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) in tree_xpop()
216 curr = SPLAY_FIND(_tree, &t->tree, &key); in tree_iterfrom()
H A Ddict.c46 return (SPLAY_FIND(_dict, &d->dict, &key) != NULL); in dict_check()
73 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) { in dict_set()
105 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) in dict_get()
117 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) in dict_xget()
130 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) in dict_pop()
148 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) in dict_xpop()
224 curr = SPLAY_FIND(_dict, &d->dict, &key); in dict_iterfrom()
/dports/mail/opensmtpd-extras-table-postgresql/opensmtpd-extras-6.7.1/api/
H A Ddict.c46 return (SPLAY_FIND(_dict, &d->dict, &key) != NULL); in dict_check()
73 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) { in dict_set()
105 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) in dict_get()
117 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) in dict_xget()
130 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) in dict_pop()
148 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) in dict_xpop()
224 curr = SPLAY_FIND(_dict, &d->dict, &key); in dict_iterfrom()
H A Dtree.c51 return (SPLAY_FIND(_tree, &t->tree, &key) != NULL); in tree_check()
61 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) { in tree_set()
96 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) in tree_get()
108 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) in tree_xget()
121 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) in tree_pop()
139 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) in tree_xpop()
216 curr = SPLAY_FIND(_tree, &t->tree, &key); in tree_iterfrom()
/dports/mail/opensmtpd-extras-table-redis/opensmtpd-extras-6.7.1/api/
H A Ddict.c46 return (SPLAY_FIND(_dict, &d->dict, &key) != NULL); in dict_check()
73 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) { in dict_set()
105 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) in dict_get()
117 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) in dict_xget()
130 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) in dict_pop()
148 if ((entry = SPLAY_FIND(_dict, &d->dict, &key)) == NULL) in dict_xpop()
224 curr = SPLAY_FIND(_dict, &d->dict, &key); in dict_iterfrom()
H A Dtree.c51 return (SPLAY_FIND(_tree, &t->tree, &key) != NULL); in tree_check()
61 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) { in tree_set()
96 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) in tree_get()
108 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) in tree_xget()
121 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) in tree_pop()
139 if ((entry = SPLAY_FIND(_tree, &t->tree, &key)) == NULL) in tree_xpop()
216 curr = SPLAY_FIND(_tree, &t->tree, &key); in tree_iterfrom()
/dports/net/honeyd/honeyd-1.5c/
H A Darp.c162 if (SPLAY_FIND(haarptree, &ha_arp_reqs, req) == req) in arp_free()
190 if (SPLAY_FIND(haarptree, &ha_arp_reqs, req) == req) in arp_discover()
193 if (SPLAY_FIND(haarptree, &ha_arp_reqs, req) == NULL) in arp_discover()
227 res = SPLAY_FIND(paarptree, &pa_arp_reqs, &tmp); in arp_find()
230 res = SPLAY_FIND(haarptree, &ha_arp_reqs, &tmp); in arp_find()
267 assert (SPLAY_FIND(haarptree, &ha_arp_reqs, req) == NULL); in arp_new()
H A Danalyze.c213 if ((key = SPLAY_FIND(auxtree, tree, &tmp)) != NULL) { in aux_enter()
331 if ((key = SPLAY_FIND(kctree, &spammers, &tmpkey)) == NULL) { in analyze_spammer_enter()
360 key = SPLAY_FIND(kctree, &country_cache, &tmpkey); in analyze_country_enter_cb()
395 if ((key = SPLAY_FIND(kctree, &countries, &tmpkey)) == NULL) { in analyze_country_enter_cb()
423 if ((key = SPLAY_FIND(kctree, &country_cache, &tmpkey)) != NULL) { in analyze_country_enter()
462 if ((key = SPLAY_FIND(kctree, &oses, &tmpkey)) == NULL) { in analyze_os_enter()
482 if ((key = SPLAY_FIND(kctree, &ports, &tmpkey)) == NULL) { in analyze_port_enter()
568 if ((report = SPLAY_FIND(reporttree, tree, &tmp)) == NULL) { in report_create()
620 if (SPLAY_FIND(reporttree, fa->dst, report) != NULL) in analyze_filter_cb()
/dports/net-mgmt/pmacct/pmacct-1.7.5/src/nfprobe_plugin/
H A Dtreetype.h47 #define FLOW_FIND SPLAY_FIND
75 #define EXPIRY_FIND SPLAY_FIND

1234567891011