Symbol: rbtree_search
sbin/unwind/libunbound/iterator/iter_fwd.c
150
return (struct iter_forward_zone*)rbtree_search(fwd->tree, &key);
sbin/unwind/libunbound/iterator/iter_fwd.c
429
res = (struct iter_forward_zone*)rbtree_search(fwd->tree, &key);
sbin/unwind/libunbound/libunbound/context.c
147
while(rbtree_search(&ctx->queries, &ctx->next_querynum)) {
sbin/unwind/libunbound/libunbound/context.c
305
q = (struct ctx_query*)rbtree_search(&ctx->queries, &querynum);
sbin/unwind/libunbound/libunbound/context.c
360
q = (struct ctx_query*)rbtree_search(&ctx->queries, &id);
sbin/unwind/libunbound/libunbound/context.c
414
q = (struct ctx_query*)rbtree_search(&ctx->queries, &id);
sbin/unwind/libunbound/libunbound/libunbound.c
903
q = (struct ctx_query*)rbtree_search(&ctx->queries, &async_id);
sbin/unwind/libunbound/services/authzone.c
458
return (struct auth_zone*)rbtree_search(&az->ztree, &key);
sbin/unwind/libunbound/services/authzone.c
471
return (struct auth_xfer*)rbtree_search(&az->xtree, &key);
sbin/unwind/libunbound/services/authzone.c
621
return (struct auth_data*)rbtree_search(&z->data, &key);
sbin/unwind/libunbound/services/authzone.c
8601
z = (struct auth_zone*)rbtree_search(&az->ztree, &key);
sbin/unwind/libunbound/services/listen_dnsport.c
3419
node = rbtree_search(table->timer_tree, &key);
sbin/unwind/libunbound/services/listen_dnsport.c
3880
node = rbtree_search(&conn->stream_tree, &key);
sbin/unwind/libunbound/services/listen_dnsport.c
4925
node = rbtree_search(table->conid_tree, &key);
sbin/unwind/libunbound/services/localzone.c
1289
return (struct local_zone*)rbtree_search(&zones->ztree, &key);
sbin/unwind/libunbound/services/localzone.c
1518
ld = (struct local_data*)rbtree_search(&z->data, &key.node);
sbin/unwind/libunbound/services/localzone.c
1634
ld = (struct local_data*)rbtree_search(&z->data, &key.node);
sbin/unwind/libunbound/services/localzone.c
467
return (struct local_data*)rbtree_search(&z->data, &key.node);
sbin/unwind/libunbound/services/localzone.c
816
if(rbtree_search(&zones->ztree, &z.node)) {
sbin/unwind/libunbound/services/mesh.c
1888
result = (struct mesh_state*)rbtree_search(&mesh->all, &key);
sbin/unwind/libunbound/services/outside_network.c
1508
p = (struct pending*)rbtree_search(outnet->pending, &key);
sbin/unwind/libunbound/services/outside_network.c
2596
return (struct serviced_query*)rbtree_search(outnet->serviced, &key);
sbin/unwind/libunbound/services/outside_network.c
475
n = rbtree_search(&reuse->tree_by_id, &key_w);
sbin/unwind/libunbound/services/rpz.c
2123
ld = (struct local_data*)rbtree_search(&z->data, &key.node);
sbin/unwind/libunbound/services/rpz.c
2128
ld = (struct local_data*)rbtree_search(&z->data, &key.node);
sbin/unwind/libunbound/services/rpz.c
2159
ld = (struct local_data*)rbtree_search(&z->data, &key.node);
sbin/unwind/libunbound/services/rpz.c
2164
ld = (struct local_data*)rbtree_search(&z->data, &key.node);
sbin/unwind/libunbound/services/view.c
228
if(!(v = (struct view*)rbtree_search(&vs->vtree, &key.node))) {
sbin/unwind/libunbound/util/netevent.c
1656
node = rbtree_search(table->conn_tree, &key);
sbin/unwind/libunbound/util/netevent.c
2245
node = rbtree_search(c->doq_socket->table->conn_tree, copy.node.key);
sbin/unwind/libunbound/util/netevent.c
2304
node = rbtree_search(c->doq_socket->table->conn_tree, copy.node.key);
sbin/unwind/libunbound/util/rbtree.c
333
if((to_delete = rbtree_search(rbtree, key)) == 0) return 0;
sbin/unwind/libunbound/util/rbtree.h
127
rbnode_type *rbtree_search(rbtree_type *rbtree, const void *key);
sbin/unwind/libunbound/util/storage/dnstree.c
188
return (struct name_tree_node*)rbtree_search(tree, &key);
sbin/unwind/libunbound/util/storage/dnstree.c
263
res = rbtree_search(tree, &key);
sbin/unwind/libunbound/validator/autotrust.c
2093
tp2 = (struct trust_anchor*)rbtree_search(env->anchors->tree, &key);
sbin/unwind/libunbound/validator/val_anchor.c
1235
if(rbtree_search(anchors->tree, &key)) {
sbin/unwind/libunbound/validator/val_anchor.c
1262
if(!(ta=(struct trust_anchor*)rbtree_search(anchors->tree, &key))) {
sbin/unwind/libunbound/validator/val_anchor.c
209
n = rbtree_search(anchors->tree, &key);
sbin/unwind/libunbound/validator/val_neg.c
292
rbtree_search(&neg->tree, lookfor.node.key);
sbin/unwind/libunbound/validator/val_neg.c
315
rbtree_search(&zone->tree, lookfor.node.key);
sbin/unwind/libunbound/validator/val_nsec3.c
672
c = (struct nsec3_cached_hash*)rbtree_search(table, &looki);
usr.sbin/nsd/ixfr.c
135
found = (struct rrcompress_entry*)rbtree_search(&pcomp->tree, &key);
usr.sbin/nsd/ixfr.c
1618
data = (struct ixfr_data*)rbtree_search(ixfr->data, &qserial);
usr.sbin/nsd/ixfr.c
520
n = (struct ixfr_data*)rbtree_search(ixfr->data, &ixfr->oldest_serial);
usr.sbin/nsd/ixfr.c
533
n = (struct ixfr_data*)rbtree_search(ixfr->data, &ixfr->newest_serial);
usr.sbin/nsd/ixfr.c
559
n = (struct ixfr_data*)rbtree_search(ixfr->data, &cur->newserial);
usr.sbin/nsd/namedb.c
303
&& rbtree_search(*tree, domain) == node)
usr.sbin/nsd/options.c
1403
return (struct pattern_options*)rbtree_search(opt->patterns, name);
usr.sbin/nsd/options.c
1819
return (struct key_options*)rbtree_search(opt->keys, name);
usr.sbin/nsd/options.c
1833
return (struct tls_auth_options*)rbtree_search(opt->tls_auths, name);
usr.sbin/nsd/options.c
2612
return (struct zone_options*) rbtree_search(opt->zone_options, apex);
usr.sbin/nsd/options.c
2950
res = rbtree_search(opt->zonestatnames, statname);
usr.sbin/nsd/options.c
414
if(!rbtree_search(opt->zonestatnames, "")) {
usr.sbin/nsd/options.c
446
struct zonelist_bucket* b = (struct zonelist_bucket*)rbtree_search(
usr.sbin/nsd/options.c
749
b = (struct zonelist_bucket*)rbtree_search(opt->zonefree,
usr.sbin/nsd/rbtree.c
323
if((to_delete = rbtree_search(rbtree, key)) == 0) return 0;
usr.sbin/nsd/rbtree.h
55
rbnode_type *rbtree_search(rbtree_type *rbtree, const void *key);
usr.sbin/nsd/remote.c
1001
zone = (xfrd_zone_type*)rbtree_search(xfrd->zones, (const
usr.sbin/nsd/remote.c
1035
xfrd_zone_type* xz = (xfrd_zone_type*)rbtree_search(xfrd->zones,
usr.sbin/nsd/remote.c
1037
struct notify_zone* nz = (struct notify_zone*)rbtree_search(
usr.sbin/nsd/remote.c
1051
rbtree_search( xfrd->catalog_consumer_zones
usr.sbin/nsd/remote.c
1079
rbtree_search( xfrd->catalog_producer_zones
usr.sbin/nsd/remote.c
1316
if(!rbtree_search(xfrd->nsd->options->patterns, arg2)) {
usr.sbin/nsd/remote.c
1419
if(!rbtree_search(xfrd->nsd->options->patterns, arg2)) {
usr.sbin/nsd/remote.c
934
struct notify_zone* n = (struct notify_zone*)rbtree_search(
usr.sbin/nsd/remote.c
960
zone = (xfrd_zone_type*)rbtree_search(xfrd->zones, (const
usr.sbin/nsd/tsig.c
186
entry = (tsig_key_table_type*)rbtree_search(tsig_key_table, name);
usr.sbin/nsd/xfrd-catalog-zones.c
186
if ((consumer_zone = (struct xfrd_catalog_consumer_zone*)rbtree_search(
usr.sbin/nsd/xfrd-catalog-zones.c
259
xfrd_zone_type* zone = (xfrd_zone_type*)rbtree_search(
usr.sbin/nsd/xfrd-catalog-zones.c
406
rbtree_search(xfrd->catalog_consumer_zones, name))) {
usr.sbin/nsd/xfrd-catalog-zones.c
437
rbtree_search(xfrd->catalog_consumer_zones, zone->node.key)))
usr.sbin/nsd/xfrd-catalog-zones.c
937
rbtree_search(xfrd->catalog_producer_zones, producer_name);
usr.sbin/nsd/xfrd-catalog-zones.c
985
if (!rbtree_search(&producer_zone->member_ids, cmz)) {
usr.sbin/nsd/xfrd-disk.c
240
zone = (xfrd_zone_type*)rbtree_search(xfrd->zones, dname);
usr.sbin/nsd/xfrd-notify.c
534
xz = (xfrd_zone_type*)rbtree_search(xfrd->zones, zone->apex);
usr.sbin/nsd/xfrd-notify.c
545
rbtree_search(tree, apex);
usr.sbin/nsd/xfrd-notify.c
559
rbtree_search(tree, apex);
usr.sbin/nsd/xfrd-tcp.c
411
n = rbtree_search(tp->zone_per_id, &key);
usr.sbin/nsd/xfrd-tcp.c
462
n = rbtree_search(tp->zone_per_id, &key);
usr.sbin/nsd/xfrd.c
2756
zone = (xfrd_zone_type*)rbtree_search(xfrd->zones, dname);
usr.sbin/nsd/xfrd.c
713
zone = (xfrd_zone_type*)rbtree_search(xfrd->zones, task->zname);
usr.sbin/nsd/xfrd.c
767
rbtree_search(xfrd->catalog_producer_zones, task->zname))) {
usr.sbin/nsd/xfrd.c
823
&& (consumer_zone = (struct xfrd_catalog_consumer_zone*)rbtree_search(
usr.sbin/unbound/iterator/iter_fwd.c
150
return (struct iter_forward_zone*)rbtree_search(fwd->tree, &key);
usr.sbin/unbound/iterator/iter_fwd.c
429
res = (struct iter_forward_zone*)rbtree_search(fwd->tree, &key);
usr.sbin/unbound/libunbound/context.c
147
while(rbtree_search(&ctx->queries, &ctx->next_querynum)) {
usr.sbin/unbound/libunbound/context.c
305
q = (struct ctx_query*)rbtree_search(&ctx->queries, &querynum);
usr.sbin/unbound/libunbound/context.c
360
q = (struct ctx_query*)rbtree_search(&ctx->queries, &id);
usr.sbin/unbound/libunbound/context.c
414
q = (struct ctx_query*)rbtree_search(&ctx->queries, &id);
usr.sbin/unbound/libunbound/libunbound.c
903
q = (struct ctx_query*)rbtree_search(&ctx->queries, &async_id);
usr.sbin/unbound/services/authzone.c
458
return (struct auth_zone*)rbtree_search(&az->ztree, &key);
usr.sbin/unbound/services/authzone.c
471
return (struct auth_xfer*)rbtree_search(&az->xtree, &key);
usr.sbin/unbound/services/authzone.c
621
return (struct auth_data*)rbtree_search(&z->data, &key);
usr.sbin/unbound/services/authzone.c
8601
z = (struct auth_zone*)rbtree_search(&az->ztree, &key);
usr.sbin/unbound/services/listen_dnsport.c
3419
node = rbtree_search(table->timer_tree, &key);
usr.sbin/unbound/services/listen_dnsport.c
3880
node = rbtree_search(&conn->stream_tree, &key);
usr.sbin/unbound/services/listen_dnsport.c
4925
node = rbtree_search(table->conid_tree, &key);
usr.sbin/unbound/services/localzone.c
1289
return (struct local_zone*)rbtree_search(&zones->ztree, &key);
usr.sbin/unbound/services/localzone.c
1518
ld = (struct local_data*)rbtree_search(&z->data, &key.node);
usr.sbin/unbound/services/localzone.c
1634
ld = (struct local_data*)rbtree_search(&z->data, &key.node);
usr.sbin/unbound/services/localzone.c
467
return (struct local_data*)rbtree_search(&z->data, &key.node);
usr.sbin/unbound/services/localzone.c
816
if(rbtree_search(&zones->ztree, &z.node)) {
usr.sbin/unbound/services/mesh.c
1888
result = (struct mesh_state*)rbtree_search(&mesh->all, &key);
usr.sbin/unbound/services/outside_network.c
1508
p = (struct pending*)rbtree_search(outnet->pending, &key);
usr.sbin/unbound/services/outside_network.c
2596
return (struct serviced_query*)rbtree_search(outnet->serviced, &key);
usr.sbin/unbound/services/outside_network.c
475
n = rbtree_search(&reuse->tree_by_id, &key_w);
usr.sbin/unbound/services/rpz.c
2123
ld = (struct local_data*)rbtree_search(&z->data, &key.node);
usr.sbin/unbound/services/rpz.c
2128
ld = (struct local_data*)rbtree_search(&z->data, &key.node);
usr.sbin/unbound/services/rpz.c
2159
ld = (struct local_data*)rbtree_search(&z->data, &key.node);
usr.sbin/unbound/services/rpz.c
2164
ld = (struct local_data*)rbtree_search(&z->data, &key.node);
usr.sbin/unbound/services/view.c
228
if(!(v = (struct view*)rbtree_search(&vs->vtree, &key.node))) {
usr.sbin/unbound/testcode/lock_verify.c
199
struct order_lock* a = (struct order_lock*)rbtree_search(all,
usr.sbin/unbound/testcode/lock_verify.c
247
prev = (struct order_lock*)rbtree_search(all, &prev_id);
usr.sbin/unbound/testcode/lock_verify.c
248
now = (struct order_lock*)rbtree_search(all, &now_id);
usr.sbin/unbound/testcode/memstats.c
104
struct codeline* cl = (struct codeline*)rbtree_search(tree, key);
usr.sbin/unbound/testcode/replay.c
649
return (struct replay_var*)rbtree_search(store, &k);
usr.sbin/unbound/util/netevent.c
1656
node = rbtree_search(table->conn_tree, &key);
usr.sbin/unbound/util/netevent.c
2245
node = rbtree_search(c->doq_socket->table->conn_tree, copy.node.key);
usr.sbin/unbound/util/netevent.c
2304
node = rbtree_search(c->doq_socket->table->conn_tree, copy.node.key);
usr.sbin/unbound/util/rbtree.c
333
if((to_delete = rbtree_search(rbtree, key)) == 0) return 0;
usr.sbin/unbound/util/rbtree.h
127
rbnode_type *rbtree_search(rbtree_type *rbtree, const void *key);
usr.sbin/unbound/util/storage/dnstree.c
188
return (struct name_tree_node*)rbtree_search(tree, &key);
usr.sbin/unbound/util/storage/dnstree.c
263
res = rbtree_search(tree, &key);
usr.sbin/unbound/validator/autotrust.c
2089
tp2 = (struct trust_anchor*)rbtree_search(env->anchors->tree, &key);
usr.sbin/unbound/validator/val_anchor.c
1235
if(rbtree_search(anchors->tree, &key)) {
usr.sbin/unbound/validator/val_anchor.c
1262
if(!(ta=(struct trust_anchor*)rbtree_search(anchors->tree, &key))) {
usr.sbin/unbound/validator/val_anchor.c
209
n = rbtree_search(anchors->tree, &key);
usr.sbin/unbound/validator/val_neg.c
292
rbtree_search(&neg->tree, lookfor.node.key);
usr.sbin/unbound/validator/val_neg.c
315
rbtree_search(&zone->tree, lookfor.node.key);
usr.sbin/unbound/validator/val_nsec3.c
672
c = (struct nsec3_cached_hash*)rbtree_search(table, &looki);