Searched refs:cfg_strlist_insert (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/unbound/util/ |
| H A D | configparser.y | 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-> 2376 if(!cfg_strlist_insert(&cfg_parser->cfg-> 2392 if(!cfg_strlist_insert(&cfg_parser->cfg-> 2407 if(!cfg_strlist_insert(&cfg_parser->cfg->local_data, $2)) 2418 if(!cfg_strlist_insert(&cfg_parser->cfg-> 3338 if(!cfg_strlist_insert(&cfg_parser->cfg->views-> 3354 if(!cfg_strlist_insert(&cfg_parser->cfg->views-> [all …]
|
| H A D | configparser.c | 3385 if(!cfg_strlist_insert(&cfg_parser->cfg->client_subnet_zone, 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() 5628 if(!cfg_strlist_insert(&cfg_parser->cfg-> in yyparse() 5644 if(!cfg_strlist_insert(&cfg_parser->cfg-> in yyparse() 5676 if(!cfg_strlist_insert(&cfg_parser->cfg-> in yyparse() 5824 if(!cfg_strlist_insert(&cfg_parser->cfg->dns64_ignore_aaaa, in yyparse() 6857 if(!cfg_strlist_insert(&cfg_parser->cfg->views-> in yyparse() 6873 if(!cfg_strlist_insert(&cfg_parser->cfg->views-> in yyparse() [all …]
|
| H A D | config_file.c | 496 { 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 D | config_file.h | 1082 int cfg_strlist_insert(struct config_strlist** head, char* item);
|
| /freebsd-14.2/contrib/unbound/libunbound/ |
| H A D | libunbound.c | 468 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-14.2/contrib/unbound/dnscrypt/ |
| H A D | dnscrypt.c | 753 cfg_strlist_insert(&cfg->local_data, strdup(rr)); in dnsc_load_local_data()
|