Searched refs:cfg_strlist_insert (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/bsd/unbound/dist/util/ |
H A D | configparser.y | 610 if(!cfg_strlist_insert(&cfg_parser->cfg->client_subnet, $2)) 622 if(!cfg_strlist_insert(&cfg_parser->cfg->client_subnet_zone, 1076 if(!cfg_strlist_insert(&cfg_parser->cfg->tls_additional_port, 1320 if(!cfg_strlist_insert(&cfg_parser->cfg->root_hints, $2)) 1341 if(!cfg_strlist_insert(&cfg_parser->cfg-> 1349 if(!cfg_strlist_insert(&cfg_parser->cfg-> 1357 if(!cfg_strlist_insert(&cfg_parser->cfg-> 1365 if(!cfg_strlist_insert(&cfg_parser->cfg->trust_anchor_list, $2)) 1394 if(!cfg_strlist_insert(&cfg_parser->cfg->domain_insecure, $2)) 1836 if(!cfg_strlist_insert(&cfg_parser->cfg->caps_whitelist, $2)) [all …]
|
H A D | configparser.c | 3231 if(!cfg_strlist_insert(&cfg_parser->cfg->client_subnet, (yyvsp[0].str))) in yyparse() 3246 if(!cfg_strlist_insert(&cfg_parser->cfg->client_subnet_zone, in yyparse() 3825 if(!cfg_strlist_insert(&cfg_parser->cfg->tls_additional_port, in yyparse() 4154 if(!cfg_strlist_insert(&cfg_parser->cfg->root_hints, (yyvsp[0].str))) in yyparse() 4184 if(!cfg_strlist_insert(&cfg_parser->cfg-> in yyparse() 4195 if(!cfg_strlist_insert(&cfg_parser->cfg-> in yyparse() 4206 if(!cfg_strlist_insert(&cfg_parser->cfg-> in yyparse() 4217 if(!cfg_strlist_insert(&cfg_parser->cfg->trust_anchor_list, (yyvsp[0].str))) in yyparse() 4255 if(!cfg_strlist_insert(&cfg_parser->cfg->domain_insecure, (yyvsp[0].str))) in yyparse() 4835 if(!cfg_strlist_insert(&cfg_parser->cfg->caps_whitelist, (yyvsp[0].str))) in yyparse() [all …]
|
H A D | config_file.c | 477 { return cfg_strlist_insert(&cfg->var, strdup(val)); } 481 return cfg_strlist_insert(&cfg->var, strdup(val)); } 525 return cfg_strlist_insert(&cfg->local_data, ptr); in config_set_option() 1946 cfg_strlist_insert(struct config_strlist** head, char* item) in cfg_strlist_insert() function 2504 return cfg_strlist_insert(&cfg->local_zones_nodefault, in cfg_parse_local_zone() 2508 return cfg_strlist_insert(&cfg->local_zones_ipset, in cfg_parse_local_zone()
|
H A D | config_file.h | 1038 int cfg_strlist_insert(struct config_strlist** head, char* item);
|
/netbsd-src/external/bsd/unbound/dist/testcode/ |
H A D | testbound.c | 194 if(!cfg_strlist_insert(&cfgfiles, strdup(line))) in spool_temp_file() 241 if(!cfg_strlist_insert(&cfgfiles, strdup(line))) in spool_auto_file() 272 if(!cfg_strlist_insert(&cfgfiles, strdup(configfile))) in setup_config()
|
H A D | unitzonemd.c | 280 if(!cfg_strlist_insert(&env.cfg->trust_anchor_list, in zonemd_verify_test()
|
H A D | replay.c | 216 if(!cfg_strlist_insert(last, strdup(line))) in read_file_content()
|
/netbsd-src/external/bsd/unbound/dist/libunbound/ |
H A D | libunbound.c | 457 if(!cfg_strlist_insert(&ctx->env->cfg->trust_anchor_list, dup)) { in ub_ctx_add_ta() 476 if(!cfg_strlist_insert(&ctx->env->cfg->trust_anchor_file_list, dup)) { in ub_ctx_add_ta_file() 494 if(!cfg_strlist_insert(&ctx->env->cfg->auto_trust_anchor_file_list, in ub_ctx_add_ta_autr() 514 if(!cfg_strlist_insert(&ctx->env->cfg->trusted_keys_file_list, dup)) { in ub_ctx_trustedkeys() 1025 if(!cfg_strlist_insert(&s->addrs, dupl)) { in ub_ctx_set_fwd() 1119 if(!cfg_strlist_insert(&elem->addrs, a)) { in ub_ctx_set_stub() 1304 if(!cfg_strlist_insert(&ctx->env->cfg->local_data, in ub_ctx_hosts()
|
/netbsd-src/external/bsd/unbound/dist/dnscrypt/ |
H A D | dnscrypt.c | 753 cfg_strlist_insert(&cfg->local_data, strdup(rr)); in dnsc_load_local_data()
|