Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/daemon/
H A Dacl_list.c503 struct config_str3list** acl_tag_datas) in read_acl_tag_datas()
506 p = *acl_tag_datas; in read_acl_tag_datas()
507 *acl_tag_datas = NULL; in read_acl_tag_datas()
540 if(!read_acl_tag_datas(acl, cfg, &cfg->acl_tag_datas)) in acl_list_apply_cfg()
704 struct config_str3list** acl_tag_datas, int port) in read_acl_interface_tag_actions()
707 p = *acl_tag_datas; in read_acl_interface_tag_actions()
708 *acl_tag_datas = NULL;
501 read_acl_tag_datas(struct acl_list * acl,struct config_file * cfg,struct config_str3list ** acl_tag_datas) read_acl_tag_datas() argument
713 read_acl_interface_tag_datas(struct acl_list * acl_interface,struct config_file * cfg,struct config_str3list ** acl_tag_datas,int port) read_acl_interface_tag_datas() argument
H A Dremote.c5227 m += getmem_config_str3list(cfg->acl_tag_datas); in config_file_getmem()
/freebsd/contrib/unbound/util/
H A Dconfig_file.h488 struct config_str3list* acl_tag_datas; member
H A Dconfig_file.c1380 else O_LS3(opt, "access-control-tag-data", acl_tag_datas) in config_get_option()
1802 config_deltrplstrlist(cfg->acl_tag_datas); in config_delete()
H A Dconfigparser.y2623 if(!cfg_str3list_insert(&cfg_parser->cfg->acl_tag_datas,
H A Dconfigparser.c5937 if(!cfg_str3list_insert(&cfg_parser->cfg->acl_tag_datas, in yyparse()
/freebsd/contrib/unbound/smallapp/
H A Dunbound-checkconf.c262 for(s3=cfg->acl_tag_datas; s3; s3 = s3->next) { in acl_view_tag_checks()