Home
last modified time | relevance | path

Searched refs:auto_trust_anchor_file_list (Results 1 – 9 of 9) sorted by relevance

/freebsd-head/contrib/unbound/smallapp/
HDunbound-checkconf.c117 struct config_strlist* s = cfg->auto_trust_anchor_file_list; in print_option()
713 cfg->auto_trust_anchor_file_list, cfg->chrootdir, cfg); in morechecks()
719 || cfg->auto_trust_anchor_file_list in morechecks()
722 if(cfg->auto_trust_anchor_file_list) in morechecks()
723 key = cfg->auto_trust_anchor_file_list->str; in morechecks()
/freebsd-head/contrib/unbound/util/
HDconfig_file.h396 struct config_strlist* auto_trust_anchor_file_list; member
HDconfig_file.c264 cfg->auto_trust_anchor_file_list = NULL; in config_create()
726 else S_STRLIST("auto-trust-anchor-file:", auto_trust_anchor_file_list) in config_set_option()
1262 else O_LST(opt, "auto-trust-anchor-file", auto_trust_anchor_file_list) in config_get_option()
1735 config_delstrlist(cfg->auto_trust_anchor_file_list); in config_delete()
HDconfigparser.y1425 auto_trust_anchor_file_list, $2))
HDconfigparser.c4428 auto_trust_anchor_file_list, (yyvsp[0].str))) in yyparse()
/freebsd-head/contrib/unbound/daemon/
HDunbound.c206 …(cfg->trust_anchor_file_list || cfg->trust_anchor_list || cfg->auto_trust_anchor_file_list || cfg-… in checkrlimits()
HDremote.c4857 m += getmem_config_strlist(cfg->auto_trust_anchor_file_list); in config_file_getmem()
5629 COPY_VAR_ptr(auto_trust_anchor_file_list); in fr_atomic_copy_cfg()
/freebsd-head/contrib/unbound/validator/
HDval_anchor.c1114 for(f = cfg->auto_trust_anchor_file_list; f; f = f->next) { in anchors_apply_cfg()
/freebsd-head/contrib/unbound/libunbound/
HDlibunbound.c505 if(!cfg_strlist_insert(&ctx->env->cfg->auto_trust_anchor_file_list, in ub_ctx_add_ta_autr()