Searched refs:module_conf (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/unbound/smallapp/ |
| H A D | unbound-checkconf.c | 432 check_modules_exist(const char* module_conf) in check_modules_exist() argument 435 const char* s = module_conf; in check_modules_exist() 549 check_modules_exist(cfg->module_conf); in morechecks() 552 if(strcmp(cfg->module_conf, "iterator") != 0 in morechecks() 555 && strcmp(cfg->module_conf, "dns64 iterator") != 0 in morechecks() 556 && strcmp(cfg->module_conf, "respip iterator") != 0 in morechecks() 559 && strcmp(cfg->module_conf, "python iterator") != 0 in morechecks() 573 && strcmp(cfg->module_conf, "cachedb iterator") != 0 in morechecks() 637 && strcmp(cfg->module_conf, "ipset iterator") != 0 in morechecks() 642 cfg->module_conf); in morechecks() [all …]
|
| /freebsd-12.1/contrib/unbound/services/ |
| H A D | modstack.c | 96 modstack_config(struct module_stack* stack, const char* module_conf) in modstack_config() argument 99 verbose(VERB_QUERY, "module config: \"%s\"", module_conf); in modstack_config() 100 stack->num = count_modules(module_conf); in modstack_config() 117 stack->mod[i] = module_factory(&module_conf); in modstack_config() 120 snprintf(md, sizeof(md), "%s", module_conf); in modstack_config() 214 modstack_setup(struct module_stack* stack, const char* module_conf, in modstack_setup() argument 221 if(!modstack_config(stack, module_conf)) { in modstack_setup()
|
| H A D | modstack.h | 69 int modstack_config(struct module_stack* stack, const char* module_conf); 95 int modstack_setup(struct module_stack* stack, const char* module_conf,
|
| /freebsd-12.1/contrib/unbound/util/ |
| H A D | config_file.h | 318 char* module_conf; member
|
| H A D | config_file.c | 288 if(!(cfg->module_conf = strdup("subnetcache validator iterator"))) goto error_exit; in config_create() 290 if(!(cfg->module_conf = strdup("validator iterator"))) goto error_exit; in config_create() 623 else S_STR("module-config:", module_conf) in config_set_option() 981 else O_STR(opt, "module-config", module_conf) in config_get_option() 1425 free(cfg->module_conf); in config_delete()
|
| H A D | configparser.y | 1611 free(cfg_parser->cfg->module_conf); 1612 cfg_parser->cfg->module_conf = $2;
|
| /freebsd-12.1/contrib/unbound/libunbound/ |
| H A D | context.c | 72 if(!modstack_setup(&ctx->mods, cfg->module_conf, ctx->env)) in context_finalize()
|
| /freebsd-12.1/contrib/unbound/daemon/ |
| H A D | daemon.c | 378 if(!modstack_setup(&daemon->mods, daemon->cfg->module_conf, in daemon_setup_modules()
|