Searched refs:modstack_find (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/unbound/services/ |
H A D | modstack.h | 135 int modstack_find(struct module_stack* stack, const char* name);
|
H A D | modstack.c | 324 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 D | mesh.c | 2122 modstack_find(&mesh->mods, "subnetcache") != -1 && in mesh_state_remove_reply()
|
H A D | authzone.c | 7810 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 D | stats.c | 143 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 D | daemon.c | 794 modstack_find(&daemon->mods, "respip") < 0) in daemon_fork() 800 modstack_find(&daemon->mods, "respip") < 0) in daemon_fork()
|
H A D | worker.c | 938 if(modstack_find(&worker->env.mesh->mods, "subnetcache") != -1
|
H A D | remote.c | 2945 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 D | cachedb.c | 1004 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 D | iter_utils.c | 1601 int m = modstack_find(mods, "iterator"); in limit_nsec_ttl()
|