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.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 Dmesh.c2122 modstack_find(&mesh->mods, "subnetcache") != -1 && in mesh_state_remove_reply()
H A Dauthzone.c7810 m = modstack_find(mods, "validator"); in zonemd_dnssec_verify_rrset()
8165 m = modstack_find(mods, "validator"); in zonemd_get_dnskey_from_anchor()
8227 m = modstack_find(mods, "validator"); in auth_zone_verify_zonemd_key_with_ds()
/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 Dworker.c938 if(modstack_find(&worker->env.mesh->mods, "subnetcache") != -1
H A Dremote.c2945 int m = modstack_find(&worker->env.mesh->mods, "validator"); in do_list_stubs()
5871 m = modstack_find(env->modstack, "iterator");
5920 m = modstack_find(env->modstack, "validator");
/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()