Home
last modified time | relevance | path

Searched refs:cfg_strlist_insert (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dconfigparser.y1337 if(!cfg_strlist_insert(&cfg_parser->cfg->root_hints, $2))
1358 if(!cfg_strlist_insert(&cfg_parser->cfg->
1366 if(!cfg_strlist_insert(&cfg_parser->cfg->
1374 if(!cfg_strlist_insert(&cfg_parser->cfg->
2307 if(!cfg_strlist_insert(&cfg_parser->cfg->
2323 if(!cfg_strlist_insert(&cfg_parser->cfg->
2338 if(!cfg_strlist_insert(&cfg_parser->cfg->local_data, $2))
2349 if(!cfg_strlist_insert(&cfg_parser->cfg->
3269 if(!cfg_strlist_insert(&cfg_parser->cfg->views->
3285 if(!cfg_strlist_insert(&cfg_parser->cfg->views->
[all …]
H A Dconfigparser.c3295 if(!cfg_strlist_insert(&cfg_parser->cfg->client_subnet_zone, in yyparse()
4245 if(!cfg_strlist_insert(&cfg_parser->cfg-> in yyparse()
4256 if(!cfg_strlist_insert(&cfg_parser->cfg-> in yyparse()
4267 if(!cfg_strlist_insert(&cfg_parser->cfg-> in yyparse()
5485 if(!cfg_strlist_insert(&cfg_parser->cfg-> in yyparse()
5501 if(!cfg_strlist_insert(&cfg_parser->cfg-> in yyparse()
5533 if(!cfg_strlist_insert(&cfg_parser->cfg-> in yyparse()
5681 if(!cfg_strlist_insert(&cfg_parser->cfg->dns64_ignore_aaaa, in yyparse()
6714 if(!cfg_strlist_insert(&cfg_parser->cfg->views-> in yyparse()
6730 if(!cfg_strlist_insert(&cfg_parser->cfg->views-> in yyparse()
[all …]
H A Dconfig_file.c485 { return cfg_strlist_insert(&cfg->var, strdup(val)); }
489 return cfg_strlist_insert(&cfg->var, strdup(val)); }
533 return cfg_strlist_insert(&cfg->local_data, ptr); in config_set_option()
1987 cfg_strlist_insert(struct config_strlist** head, char* item) in cfg_strlist_insert() function
2546 return cfg_strlist_insert(&cfg->local_zones_nodefault, in cfg_parse_local_zone()
2550 return cfg_strlist_insert(&cfg->local_zones_ipset, in cfg_parse_local_zone()
H A Dconfig_file.h1059 int cfg_strlist_insert(struct config_strlist** head, char* item);
/freebsd/contrib/unbound/libunbound/
H A Dlibunbound.c462 if(!cfg_strlist_insert(&ctx->env->cfg->trust_anchor_list, dup)) { in ub_ctx_add_ta()
481 if(!cfg_strlist_insert(&ctx->env->cfg->trust_anchor_file_list, dup)) { in ub_ctx_add_ta_file()
499 if(!cfg_strlist_insert(&ctx->env->cfg->auto_trust_anchor_file_list, in ub_ctx_add_ta_autr()
519 if(!cfg_strlist_insert(&ctx->env->cfg->trusted_keys_file_list, dup)) { in ub_ctx_trustedkeys()
1030 if(!cfg_strlist_insert(&s->addrs, dupl)) { in ub_ctx_set_fwd()
1124 if(!cfg_strlist_insert(&elem->addrs, a)) { in ub_ctx_set_stub()
1309 if(!cfg_strlist_insert(&ctx->env->cfg->local_data, in ub_ctx_hosts()
/freebsd/contrib/unbound/dnscrypt/
H A Ddnscrypt.c753 cfg_strlist_insert(&cfg->local_data, strdup(rr)); in dnsc_load_local_data()