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.y666 if(!cfg_strlist_insert(&cfg_parser->cfg->client_subnet, $2))
678 if(!cfg_strlist_insert(&cfg_parser->cfg->client_subnet_zone,
1132 if(!cfg_strlist_insert(&cfg_parser->cfg->tls_additional_port,
1437 if(!cfg_strlist_insert(&cfg_parser->cfg->root_hints, $2))
1458 if(!cfg_strlist_insert(&cfg_parser->cfg->
1466 if(!cfg_strlist_insert(&cfg_parser->cfg->
1474 if(!cfg_strlist_insert(&cfg_parser->cfg->
1482 if(!cfg_strlist_insert(&cfg_parser->cfg->trust_anchor_list, $2))
1511 if(!cfg_strlist_insert(&cfg_parser->cfg->domain_insecure, $2))
1963 if(!cfg_strlist_insert(&cfg_parser->cfg->caps_whitelist, $2))
[all …]
H A Dconfigparser.c3414 if(!cfg_strlist_insert(&cfg_parser->cfg->client_subnet, (yyvsp[0].str))) in yyparse()
3429 if(!cfg_strlist_insert(&cfg_parser->cfg->client_subnet_zone, in yyparse()
4008 if(!cfg_strlist_insert(&cfg_parser->cfg->tls_additional_port, in yyparse()
4418 if(!cfg_strlist_insert(&cfg_parser->cfg->root_hints, (yyvsp[0].str))) in yyparse()
4448 if(!cfg_strlist_insert(&cfg_parser->cfg-> in yyparse()
4459 if(!cfg_strlist_insert(&cfg_parser->cfg-> in yyparse()
4470 if(!cfg_strlist_insert(&cfg_parser->cfg-> in yyparse()
4481 if(!cfg_strlist_insert(&cfg_parser->cfg->trust_anchor_list, (yyvsp[0].str))) in yyparse()
4519 if(!cfg_strlist_insert(&cfg_parser->cfg->domain_insecure, (yyvsp[0].str))) in yyparse()
5112 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)); }
584 return cfg_strlist_insert(&cfg->local_data, ptr); in config_set_option()
2171 cfg_strlist_insert(struct config_strlist** head, char* item) in cfg_strlist_insert() function
2731 return cfg_strlist_insert(&cfg->local_zones_nodefault, in cfg_parse_local_zone()
2735 return cfg_strlist_insert(&cfg->local_zones_ipset, in cfg_parse_local_zone()
H A Dconfig_file.h1123 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()
1049 if(!cfg_strlist_insert(&s->addrs, dupl)) { in ub_ctx_set_fwd()
1143 if(!cfg_strlist_insert(&elem->addrs, a)) { in ub_ctx_set_stub()
1328 if(!cfg_strlist_insert(&ctx->env->cfg->local_data, in ub_ctx_hosts()
/freebsd/contrib/unbound/dnscrypt/
H A Ddnscrypt.c764 cfg_strlist_insert(&cfg->local_data, strdup(rr)); in dnsc_load_local_data()