Searched refs:acl_tag_datas (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/unbound/daemon/ |
| H A D | acl_list.c | 503 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 D | remote.c | 5227 m += getmem_config_str3list(cfg->acl_tag_datas); in config_file_getmem()
|
| /freebsd/contrib/unbound/util/ |
| H A D | config_file.h | 488 struct config_str3list* acl_tag_datas; member
|
| H A D | config_file.c | 1380 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 D | configparser.y | 2623 if(!cfg_str3list_insert(&cfg_parser->cfg->acl_tag_datas,
|
| H A D | configparser.c | 5937 if(!cfg_str3list_insert(&cfg_parser->cfg->acl_tag_datas, in yyparse()
|
| /freebsd/contrib/unbound/smallapp/ |
| H A D | unbound-checkconf.c | 262 for(s3=cfg->acl_tag_datas; s3; s3 = s3->next) { in acl_view_tag_checks()
|