Home
last modified time | relevance | path

Searched refs:modstack_find (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/unbound/services/
H A Dmodstack.h135 int modstack_find(struct module_stack* stack, const char* name);
H A Dmodstack.c327 modstack_find(struct module_stack* stack, const char* name) in modstack_find() function
340 int m = modstack_find(&env->mesh->mods, name); in mod_get_mem()
H A Dauthzone.c8142 m = modstack_find(mods, "validator"); in zonemd_dnssec_verify_rrset()
8497 m = modstack_find(mods, "validator"); in zonemd_get_dnskey_from_anchor()
8559 m = modstack_find(mods, "validator"); in auth_zone_verify_zonemd_key_with_ds()
H A Dmesh.c2226 modstack_find(&mesh->mods, "subnetcache") != -1 && in mesh_continue()
/freebsd/contrib/unbound/daemon/
H A Dstats.c143 int m = modstack_find(&worker->env.mesh->mods, "subnetcache"); in set_subnet_stats()
168 int m = modstack_find(&worker->env.mesh->mods, "validator"); in set_neg_cache_stats()
191 int m = modstack_find(&worker->env.mesh->mods, "validator"); in get_rrset_bogus()
209 int m = modstack_find(&worker->env.mesh->mods, "iterator"); in get_queries_ratelimit()
H A Ddaemon.c1096 modstack_find(&daemon->mods, "respip") < 0) in daemon_fork()
1102 modstack_find(&daemon->mods, "respip") < 0) in daemon_fork()
H A Dremote.c2130 m = modstack_find(worker->env.modstack, "subnetcache"); in do_cache_lookup_domain()
3407 int m = modstack_find(&worker->env.mesh->mods, "validator"); in do_set_option()
6655 m = modstack_find(env->modstack, "iterator"); in fr_adjust_iter_env()
6704 m = modstack_find(env->modstack, "validator"); in fr_adjust_val_env()
H A Dworker.c979 if(modstack_find(&worker->env.mesh->mods, "subnetcache") != -1 in reply_and_prefetch()
/freebsd/contrib/unbound/cachedb/
H A Dcachedb.c1031 int id = modstack_find(mods, "cachedb"); in cachedb_is_enabled()
1048 int id = modstack_find(env->modstack, "cachedb"); in cachedb_msg_remove_qinfo()
/freebsd/contrib/unbound/iterator/
H A Diter_utils.c1644 int m = modstack_find(mods, "iterator"); in iterator_set_ip46_support()