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.y659 if(!cfg_strlist_insert(&cfg_parser->cfg->client_subnet, $2))
671 if(!cfg_strlist_insert(&cfg_parser->cfg->client_subnet_zone,
1125 if(!cfg_strlist_insert(&cfg_parser->cfg->tls_additional_port,
1430 if(!cfg_strlist_insert(&cfg_parser->cfg->root_hints, $2))
1451 if(!cfg_strlist_insert(&cfg_parser->cfg->
1459 if(!cfg_strlist_insert(&cfg_parser->cfg->
1467 if(!cfg_strlist_insert(&cfg_parser->cfg->
1475 if(!cfg_strlist_insert(&cfg_parser->cfg->trust_anchor_list, $2))
1504 if(!cfg_strlist_insert(&cfg_parser->cfg->domain_insecure, $2))
1956 if(!cfg_strlist_insert(&cfg_parser->cfg->caps_whitelist, $2))
[all …]
H A Dconfigparser.c3397 if(!cfg_strlist_insert(&cfg_parser->cfg->client_subnet, (yyvsp[0].str))) in yyparse()
3412 if(!cfg_strlist_insert(&cfg_parser->cfg->client_subnet_zone, in yyparse()
3991 if(!cfg_strlist_insert(&cfg_parser->cfg->tls_additional_port, in yyparse()
4401 if(!cfg_strlist_insert(&cfg_parser->cfg->root_hints, (yyvsp[0].str))) in yyparse()
4431 if(!cfg_strlist_insert(&cfg_parser->cfg-> in yyparse()
4442 if(!cfg_strlist_insert(&cfg_parser->cfg-> in yyparse()
4453 if(!cfg_strlist_insert(&cfg_parser->cfg-> in yyparse()
4464 if(!cfg_strlist_insert(&cfg_parser->cfg->trust_anchor_list, (yyvsp[0].str))) in yyparse()
4502 if(!cfg_strlist_insert(&cfg_parser->cfg->domain_insecure, (yyvsp[0].str))) in yyparse()
5095 if(!cfg_strlist_insert(&cfg_parser->cfg->caps_whitelist, (yyvsp[0].str))) in yyparse()
[all …]
H A Dconfig_file.c513 { return cfg_strlist_insert(&cfg->var, strdup(val)); }
517 return cfg_strlist_insert(&cfg->var, strdup(val)); }
580 return cfg_strlist_insert(&cfg->local_data, ptr); in config_set_option()
2148 cfg_strlist_insert(struct config_strlist** head, char* item) in cfg_strlist_insert() function
2708 return cfg_strlist_insert(&cfg->local_zones_nodefault, in cfg_parse_local_zone()
2712 return cfg_strlist_insert(&cfg->local_zones_ipset, in cfg_parse_local_zone()
H A Dconfig_file.h1119 int cfg_strlist_insert(struct config_strlist** head, char* item);
/freebsd/contrib/unbound/libunbound/
H A Dlibunbound.c468 if(!cfg_strlist_insert(&ctx->env->cfg->trust_anchor_list, dup)) { in ub_ctx_add_ta()
487 if(!cfg_strlist_insert(&ctx->env->cfg->trust_anchor_file_list, dup)) { in ub_ctx_add_ta_file()
505 if(!cfg_strlist_insert(&ctx->env->cfg->auto_trust_anchor_file_list, in ub_ctx_add_ta_autr()
525 if(!cfg_strlist_insert(&ctx->env->cfg->trusted_keys_file_list, dup)) { in ub_ctx_trustedkeys()
1039 if(!cfg_strlist_insert(&s->addrs, dupl)) { in ub_ctx_set_fwd()
1133 if(!cfg_strlist_insert(&elem->addrs, a)) { in ub_ctx_set_stub()
1318 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()