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

  /src/external/bsd/unbound/dist/util/
config_file.h 404 struct config_strlist* domain_insecure; member in struct:config_file
config_file.c 275 cfg->domain_insecure = NULL;
749 else S_STRLIST("domain-insecure:", domain_insecure)
1293 else O_LST(opt, "domain-insecure", domain_insecure)
1801 config_delstrlist(cfg->domain_insecure);
configparser.y 1504 if(!cfg_strlist_insert(&cfg_parser->cfg->domain_insecure, $2))
configparser.c 4502 if(!cfg_strlist_insert(&cfg_parser->cfg->domain_insecure, (yyvsp[0].str)))
  /src/external/bsd/unbound/dist/validator/
val_anchor.c 1068 for(f = cfg->domain_insecure; f; f = f->next) {
  /src/external/bsd/unbound/dist/daemon/
remote.c 5271 m += getmem_config_strlist(cfg->domain_insecure);
6182 COPY_VAR_ptr(domain_insecure);

Completed in 46 milliseconds