Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dconfigparser.y656 if(!cfg_strlist_insert(&cfg_parser->cfg->client_subnet, $2))
668 if(!cfg_strlist_insert(&cfg_parser->cfg->client_subnet_zone,
1122 if(!cfg_strlist_insert(&cfg_parser->cfg->tls_additional_port,
1406 if(!cfg_strlist_insert(&cfg_parser->cfg->root_hints, $2))
1427 if(!cfg_strlist_insert(&cfg_parser->cfg->
1435 if(!cfg_strlist_insert(&cfg_parser->cfg->
1443 if(!cfg_strlist_insert(&cfg_parser->cfg->
1451 if(!cfg_strlist_insert(&cfg_parser->cfg->trust_anchor_list, $2))
1480 if(!cfg_strlist_insert(&cfg_parser->cfg->domain_insecure, $2))
1932 if(!cfg_strlist_insert(&cfg_parser->cfg->caps_whitelist, $2))
[all …]
H A Dconfigparser.c3380 if(!cfg_strlist_insert(&cfg_parser->cfg->client_subnet, (yyvsp[0].str))) in yyparse()
3395 if(!cfg_strlist_insert(&cfg_parser->cfg->client_subnet_zone, in yyparse()
3974 if(!cfg_strlist_insert(&cfg_parser->cfg->tls_additional_port, in yyparse()
4357 if(!cfg_strlist_insert(&cfg_parser->cfg->root_hints, (yyvsp[0].str))) in yyparse()
4387 if(!cfg_strlist_insert(&cfg_parser->cfg-> in yyparse()
4398 if(!cfg_strlist_insert(&cfg_parser->cfg-> in yyparse()
4409 if(!cfg_strlist_insert(&cfg_parser->cfg-> in yyparse()
4420 if(!cfg_strlist_insert(&cfg_parser->cfg->trust_anchor_list, (yyvsp[0].str))) in yyparse()
4458 if(!cfg_strlist_insert(&cfg_parser->cfg->domain_insecure, (yyvsp[0].str))) in yyparse()
5051 if(!cfg_strlist_insert(&cfg_parser->cfg->caps_whitelist, (yyvsp[0].str))) in yyparse()
[all …]
H A Dconfig_file.c507 { return cfg_strlist_insert(&cfg->var, strdup(val)); }
511 return cfg_strlist_insert(&cfg->var, strdup(val)); }
574 return cfg_strlist_insert(&cfg->local_data, ptr); in config_set_option()
2131 cfg_strlist_insert(struct config_strlist** head, char* item) in cfg_strlist_insert() function
2691 return cfg_strlist_insert(&cfg->local_zones_nodefault, in cfg_parse_local_zone()
2695 return cfg_strlist_insert(&cfg->local_zones_ipset, in cfg_parse_local_zone()
H A Dconfig_file.h1113 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/testcode/
H A Dtestbound.c178 if(!cfg_strlist_insert(&cfgfiles, strdup(line))) in spool_temp_file()
225 if(!cfg_strlist_insert(&cfgfiles, strdup(line))) in spool_auto_file()
256 if(!cfg_strlist_insert(&cfgfiles, strdup(configfile))) in setup_config()
H A Dunitzonemd.c281 if(!cfg_strlist_insert(&env.cfg->trust_anchor_list, in zonemd_verify_test()
/freebsd/contrib/unbound/dnscrypt/
H A Ddnscrypt.c753 cfg_strlist_insert(&cfg->local_data, strdup(rr)); in dnsc_load_local_data()