HomeSort by: relevance | last modified time | path
    Searched refs:acl_tag_datas (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/unbound/dist/daemon/
acl_list.c 503 struct config_str3list** acl_tag_datas)
506 p = *acl_tag_datas;
507 *acl_tag_datas = NULL;
540 if(!read_acl_tag_datas(acl, cfg, &cfg->acl_tag_datas))
704 struct config_str3list** acl_tag_datas, int port)
707 p = *acl_tag_datas;
708 *acl_tag_datas = NULL;
remote.c 5283 m += getmem_config_str3list(cfg->acl_tag_datas);
6228 COPY_VAR_ptr(acl_tag_datas);
  /src/external/bsd/unbound/dist/util/
config_file.h 492 struct config_str3list* acl_tag_datas; member in struct:config_file
config_file.c 1396 else O_LS3(opt, "access-control-tag-data", acl_tag_datas)
1819 config_deltrplstrlist(cfg->acl_tag_datas);
configparser.y 2647 if(!cfg_str3list_insert(&cfg_parser->cfg->acl_tag_datas,
configparser.c 5981 if(!cfg_str3list_insert(&cfg_parser->cfg->acl_tag_datas,
  /src/external/bsd/unbound/dist/smallapp/
unbound-checkconf.c 307 /* acl_tag_datas */
308 for(s3=cfg->acl_tag_datas; s3; s3 = s3->next) {

Completed in 107 milliseconds