Searched refs:module_conf (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/unbound/smallapp/ |
| H A D | unbound-checkconf.c | 356 if(use_response_ip && !strstr(cfg->module_conf, "respip")) in view_and_respipchecks() 693 check_modules_exist(const char* module_conf) in check_modules_exist() argument 696 const char* s = module_conf; in check_modules_exist() 801 if(cfg->disable_edns_do && strstr(cfg->module_conf, "validator") in morechecks() 819 if(cfg->ipsecmod_enabled && strstr(cfg->module_conf, "ipsecmod")) { in morechecks() 830 check_modules_exist(cfg->module_conf); in morechecks() 832 if(strcmp(cfg->module_conf, "iterator") != 0 in morechecks() 833 && strcmp(cfg->module_conf, "validator iterator") != 0 in morechecks() 834 && strcmp(cfg->module_conf, "dns64 validator iterator") != 0 in morechecks() 835 && strcmp(cfg->module_conf, "dns64 iterator") != 0 in morechecks() [all …]
|
| /freebsd/contrib/unbound/services/ |
| H A D | modstack.c | 109 modstack_config(struct module_stack* stack, const char* module_conf) in modstack_config() argument 112 verbose(VERB_QUERY, "module config: \"%s\"", module_conf); in modstack_config() 113 stack->num = count_modules(module_conf); in modstack_config() 130 stack->mod[i] = module_factory(&module_conf); in modstack_config() 134 snprintf(md, sizeof(md), "%s", module_conf); in modstack_config() 236 modstack_call_startup(struct module_stack* stack, const char* module_conf, in modstack_call_startup() argument 243 if(!modstack_config(stack, module_conf)) { in modstack_call_startup() 262 modstack_call_init(struct module_stack* stack, const char* module_conf, in modstack_call_init() argument 265 const char* orig_module_conf = module_conf; in modstack_call_init() 269 while(*module_conf && isspace((unsigned char)*module_conf)) in modstack_call_init() [all …]
|
| H A D | modstack.h | 77 int modstack_call_startup(struct module_stack* stack, const char* module_conf, 86 int modstack_config(struct module_stack* stack, const char* module_conf); 112 int modstack_call_init(struct module_stack* stack, const char* module_conf,
|
| /freebsd/contrib/unbound/libunbound/ |
| H A D | context.c | 78 if(!modstack_call_startup(&ctx->mods, cfg->module_conf, ctx->env)) in context_finalize() 80 if(!modstack_call_init(&ctx->mods, cfg->module_conf, ctx->env)) in context_finalize()
|
| /freebsd/contrib/unbound/util/ |
| H A D | config_file.h | 393 char* module_conf; member
|
| H A D | config_file.c | 336 if(!(cfg->module_conf = strdup("validator iterator"))) goto error_exit; in config_create() 812 else S_STR("module-config:", module_conf) in config_set_option() 1243 else O_STR(opt, "module-config", module_conf) in config_get_option() 1792 free(cfg->module_conf); in config_delete()
|
| H A D | configparser.y | 2047 free(cfg_parser->cfg->module_conf); 2048 cfg_parser->cfg->module_conf = $2;
|
| H A D | configparser.c | 5219 free(cfg_parser->cfg->module_conf); in yyparse() 5220 cfg_parser->cfg->module_conf = (yyvsp[0].str); in yyparse()
|
| /freebsd/contrib/unbound/daemon/ |
| H A D | daemon.c | 709 if(!modstack_call_startup(&daemon->mods, daemon->cfg->module_conf, in daemon_privileged() 729 if(!modstack_call_init(&daemon->mods, daemon->cfg->module_conf, in daemon_setup_modules()
|
| H A D | unbound.c | 206 …if(strstr(cfg->module_conf, "validator") && (cfg->trust_anchor_file_list || cfg->trust_anchor_list… in checkrlimits()
|
| H A D | remote.c | 5266 m += getmem_str(cfg->module_conf); in config_file_getmem() 6177 COPY_VAR_ptr(module_conf); in fr_atomic_copy_cfg()
|