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.c324 modstack_find(struct module_stack* stack, const char* name) in modstack_find() function
337 int m = modstack_find(&env->mesh->mods, name); in mod_get_mem()
H A Dmodstack.h135 int modstack_find(struct module_stack* stack, const char* name);
H A Dauthzone.c7832 m = modstack_find(mods, "validator"); in zonemd_dnssec_verify_rrset()
8187 m = modstack_find(mods, "validator"); in zonemd_get_dnskey_from_anchor()
8249 m = modstack_find(mods, "validator"); in auth_zone_verify_zonemd_key_with_ds()
H A Dmesh.c2122 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.c794 modstack_find(&daemon->mods, "respip") < 0) in daemon_fork()
800 modstack_find(&daemon->mods, "respip") < 0) in daemon_fork()
H A Dremote.c2013 m = modstack_find(worker->env.modstack, "subnetcache"); in do_cache_lookup_domain()
3282 int m = modstack_find(&worker->env.mesh->mods, "validator"); in do_set_option()
6228 m = modstack_find(env->modstack, "iterator"); in fr_adjust_iter_env()
6277 m = modstack_find(env->modstack, "validator"); in fr_adjust_val_env()
H A Dworker.c938 if(modstack_find(&worker->env.mesh->mods, "subnetcache") != -1 in reply_and_prefetch()
/freebsd/contrib/unbound/cachedb/
H A Dcachedb.c1004 int id = modstack_find(mods, "cachedb"); in cachedb_is_enabled()
1021 int id = modstack_find(env->modstack, "cachedb"); in cachedb_msg_remove_qinfo()
/freebsd/contrib/unbound/iterator/
H A Diter_utils.c1601 int m = modstack_find(mods, "iterator"); in limit_nsec_ttl()