Home
last modified time | relevance | path

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

/dports/dns/unbound/unbound-1.14.0/daemon/
H A Dacl_list.c417 p = cfg->acl_tag_datas; in read_acl_tag_datas()
418 cfg->acl_tag_datas = NULL; in read_acl_tag_datas()
/dports/dns/unbound/unbound-1.14.0/util/
H A Dconfig_file.h454 struct config_str3list* acl_tag_datas; member
H A Dconfig_file.c1214 else O_LS3(opt, "access-control-tag-data", acl_tag_datas) in config_get_option()
1572 config_deltrplstrlist(cfg->acl_tag_datas); in config_delete()
H A Dconfigparser.y2338 if(!cfg_str3list_insert(&cfg_parser->cfg->acl_tag_datas,
H A Dconfigparser.c6038 if(!cfg_str3list_insert(&cfg_parser->cfg->acl_tag_datas, in yyparse()
/dports/dns/unbound/unbound-1.14.0/smallapp/
H A Dunbound-checkconf.c258 for(s3=cfg->acl_tag_datas; s3; s3 = s3->next) { in acl_view_tag_checks()