Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/unbound/util/
H A Dconfigparser.y1085 if(!cfg_strlist_insert(&cfg_parser->cfg->root_hints, $2))
1106 if(!cfg_strlist_insert(&cfg_parser->cfg->
1114 if(!cfg_strlist_insert(&cfg_parser->cfg->
1122 if(!cfg_strlist_insert(&cfg_parser->cfg->
1910 if(!cfg_strlist_insert(&cfg_parser->cfg->
1916 if(!cfg_strlist_insert(&cfg_parser->cfg->
1931 if(!cfg_strlist_insert(&cfg_parser->cfg->local_data, $2))
1942 if(!cfg_strlist_insert(&cfg_parser->cfg->
2574 if(!cfg_strlist_insert(&cfg_parser->cfg->views->
2580 if(!cfg_strlist_insert(&cfg_parser->cfg->views->
[all …]
H A Dconfig_file.c419 { return cfg_strlist_insert(&cfg->var, strdup(val)); }
423 return cfg_strlist_insert(&cfg->var, strdup(val)); }
467 return cfg_strlist_insert(&cfg->local_data, ptr); in config_set_option()
1665 cfg_strlist_insert(struct config_strlist** head, char* item) in cfg_strlist_insert() function
2185 return cfg_strlist_insert(&cfg->local_zones_nodefault, in cfg_parse_local_zone()
2189 return cfg_strlist_insert(&cfg->local_zones_ipset, in cfg_parse_local_zone()
H A Dconfig_file.h881 int cfg_strlist_insert(struct config_strlist** head, char* item);
/freebsd-12.1/contrib/unbound/libunbound/
H A Dlibunbound.c400 if(!cfg_strlist_insert(&ctx->env->cfg->trust_anchor_list, dup)) { in ub_ctx_add_ta()
419 if(!cfg_strlist_insert(&ctx->env->cfg->trust_anchor_file_list, dup)) { in ub_ctx_add_ta_file()
437 if(!cfg_strlist_insert(&ctx->env->cfg->auto_trust_anchor_file_list, in ub_ctx_add_ta_autr()
457 if(!cfg_strlist_insert(&ctx->env->cfg->trusted_keys_file_list, dup)) { in ub_ctx_trustedkeys()
968 if(!cfg_strlist_insert(&s->addrs, dupl)) { in ub_ctx_set_fwd()
1062 if(!cfg_strlist_insert(&elem->addrs, a)) { in ub_ctx_set_stub()
1247 if(!cfg_strlist_insert(&ctx->env->cfg->local_data, in ub_ctx_hosts()
/freebsd-12.1/contrib/unbound/dnscrypt/
H A Ddnscrypt.c753 cfg_strlist_insert(&cfg->local_data, strdup(rr)); in dnsc_load_local_data()
/freebsd-12.1/contrib/unbound/contrib/
H A Daaaa-filter-iterator.patch400 if(!cfg_strlist_insert(&cfg_parser->cfg->caps_whitelist, $2))