Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/unbound/util/
Dconfigparser.y610 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 …]
Dconfig_file.c477 { 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()
Dconfig_file.h1038 int cfg_strlist_insert(struct config_strlist** head, char* item);
/freebsd-12-stable/contrib/unbound/libunbound/
Dlibunbound.c457 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()
/freebsd-12-stable/contrib/unbound/dnscrypt/
Ddnscrypt.c753 cfg_strlist_insert(&cfg->local_data, strdup(rr)); in dnsc_load_local_data()