OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:module_conf
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/bsd/unbound/dist/smallapp/
unbound-checkconf.c
356
if(use_response_ip && !strstr(cfg->
module_conf
, "respip"))
693
check_modules_exist(const char*
module_conf
)
696
const char* s =
module_conf
;
801
if(cfg->disable_edns_do && strstr(cfg->
module_conf
, "validator")
819
if(cfg->ipsecmod_enabled && strstr(cfg->
module_conf
, "ipsecmod")) {
829
/* check that the modules listed in
module_conf
exist */
830
check_modules_exist(cfg->
module_conf
);
832
if(strcmp(cfg->
module_conf
, "iterator") != 0
833
&& strcmp(cfg->
module_conf
, "validator iterator") != 0
834
&& strcmp(cfg->
module_conf
, "dns64 validator iterator") !=
[
all
...]
/src/external/bsd/unbound/dist/services/
modstack.h
71
* @param stack: Expected empty, filled according to
module_conf
72
* @param
module_conf
: string what modules to initialize
77
int modstack_call_startup(struct module_stack* stack, const char*
module_conf
,
83
* @param
module_conf
: string what modules to insert.
86
int modstack_config(struct module_stack* stack, const char*
module_conf
);
105
* @param
module_conf
: module ordering to check against the ordering in stack.
112
int modstack_call_init(struct module_stack* stack, const char*
module_conf
,
modstack.c
109
modstack_config(struct module_stack* stack, const char*
module_conf
)
112
verbose(VERB_QUERY, "module config: \"%s\"",
module_conf
);
113
stack->num = count_modules(
module_conf
);
130
stack->mod[i] = module_factory(&
module_conf
);
134
snprintf(md, sizeof(md), "%s",
module_conf
);
236
modstack_call_startup(struct module_stack* stack, const char*
module_conf
,
243
if(!modstack_config(stack,
module_conf
)) {
262
modstack_call_init(struct module_stack* stack, const char*
module_conf
,
265
const char* orig_module_conf =
module_conf
;
269
while(*
module_conf
&& isspace((unsigned char)*module_conf)
[
all
...]
/src/external/bsd/unbound/dist/testcode/
unitzonemd.c
279
if(env.cfg->
module_conf
)
280
free(env.cfg->
module_conf
);
281
env.cfg->
module_conf
= strdup("validator iterator");
282
if(!env.cfg->
module_conf
)
296
if(!modstack_call_startup(&mods, env.cfg->
module_conf
, &env))
298
if(!modstack_call_init(&mods, env.cfg->
module_conf
, &env))
/src/external/bsd/unbound/dist/libunbound/
context.c
78
if(!modstack_call_startup(&ctx->mods, cfg->
module_conf
, ctx->env))
80
if(!modstack_call_init(&ctx->mods, cfg->
module_conf
, ctx->env))
/src/external/bsd/unbound/dist/util/
config_file.h
393
char*
module_conf
;
member in struct:config_file
config_file.c
336
if(!(cfg->
module_conf
= strdup("validator iterator"))) goto error_exit;
812
else S_STR("module-config:",
module_conf
)
1243
else O_STR(opt, "module-config",
module_conf
)
1792
free(cfg->
module_conf
);
configparser.y
2047
free(cfg_parser->cfg->
module_conf
);
2048
cfg_parser->cfg->
module_conf
= $2;
configparser.c
5219
free(cfg_parser->cfg->
module_conf
);
5220
cfg_parser->cfg->
module_conf
= (yyvsp[0].str);
/src/external/bsd/unbound/dist/daemon/
unbound.c
206
if(strstr(cfg->
module_conf
, "validator") && (cfg->trust_anchor_file_list || cfg->trust_anchor_list || cfg->auto_trust_anchor_file_list || cfg->trusted_keys_file_list)) {
daemon.c
709
if(!modstack_call_startup(&daemon->mods, daemon->cfg->
module_conf
,
729
if(!modstack_call_init(&daemon->mods, daemon->cfg->
module_conf
,
remote.c
5266
m += getmem_str(cfg->
module_conf
);
6177
COPY_VAR_ptr(
module_conf
);
/src/external/bsd/unbound/dist/pythonmod/
interface.i
1029
char*
module_conf
;
Completed in 36 milliseconds
Indexes created Fri Aug 14 00:25:39 UTC 2026