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.y648 if(!cfg_strlist_insert(&cfg_parser->cfg->client_subnet, $2))
660 if(!cfg_strlist_insert(&cfg_parser->cfg->client_subnet_zone,
1114 if(!cfg_strlist_insert(&cfg_parser->cfg->tls_additional_port,
1396 if(!cfg_strlist_insert(&cfg_parser->cfg->root_hints, $2))
1417 if(!cfg_strlist_insert(&cfg_parser->cfg->
1425 if(!cfg_strlist_insert(&cfg_parser->cfg->
1433 if(!cfg_strlist_insert(&cfg_parser->cfg->
1441 if(!cfg_strlist_insert(&cfg_parser->cfg->trust_anchor_list, $2))
1470 if(!cfg_strlist_insert(&cfg_parser->cfg->domain_insecure, $2))
1922 if(!cfg_strlist_insert(&cfg_parser->cfg->caps_whitelist, $2))
[all …]
H A Dconfigparser.c3370 if(!cfg_strlist_insert(&cfg_parser->cfg->client_subnet, (yyvsp[0].str))) in yyparse()
3385 if(!cfg_strlist_insert(&cfg_parser->cfg->client_subnet_zone, in yyparse()
3964 if(!cfg_strlist_insert(&cfg_parser->cfg->tls_additional_port, in yyparse()
4345 if(!cfg_strlist_insert(&cfg_parser->cfg->root_hints, (yyvsp[0].str))) in yyparse()
4375 if(!cfg_strlist_insert(&cfg_parser->cfg-> in yyparse()
4386 if(!cfg_strlist_insert(&cfg_parser->cfg-> in yyparse()
4397 if(!cfg_strlist_insert(&cfg_parser->cfg-> in yyparse()
4408 if(!cfg_strlist_insert(&cfg_parser->cfg->trust_anchor_list, (yyvsp[0].str))) in yyparse()
4446 if(!cfg_strlist_insert(&cfg_parser->cfg->domain_insecure, (yyvsp[0].str))) in yyparse()
5039 if(!cfg_strlist_insert(&cfg_parser->cfg->caps_whitelist, (yyvsp[0].str))) in yyparse()
[all …]
H A Dconfig_file.c496 { return cfg_strlist_insert(&cfg->var, strdup(val)); }
500 return cfg_strlist_insert(&cfg->var, strdup(val)); }
544 return cfg_strlist_insert(&cfg->local_data, ptr); in config_set_option()
2050 cfg_strlist_insert(struct config_strlist** head, char* item) in cfg_strlist_insert() function
2612 return cfg_strlist_insert(&cfg->local_zones_nodefault, in cfg_parse_local_zone()
2616 return cfg_strlist_insert(&cfg->local_zones_ipset, in cfg_parse_local_zone()
H A Dconfig_file.h1082 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()