Home
last modified time | relevance | path

Searched refs:private_domain (Results 1 – 9 of 9) sorted by relevance

/dports/www/qutebrowser/qutebrowser-2.4.0/misc/userscripts/
H A Dqute-pass224 private_domain = ''
226 private_domain = ('.'.join((extract_result.subdomain, extract_result.domain))
229 …one, [extract_result.fqdn, extract_result.registered_domain, extract_result.ipv4, private_domain]):
/dports/dns/unbound/unbound-1.14.0/iterator/
H A Diter_priv.c118 for(p = cfg->private_domain; p; p = p->next) { in read_names()
/dports/dns/unbound/unbound-1.14.0/contrib/
H A Daaaa-filter-iterator.patch339 struct config_strlist* private_domain;
352 cfg->private_domain = NULL;
/dports/dns/unbound/unbound-1.14.0/pythonmod/doc/modules/
H A Dconfig.rst195 .. attribute:: private_domain
/dports/dns/unbound/unbound-1.14.0/util/
H A Dconfig_file.h293 struct config_strlist* private_domain; member
H A Dconfig_file.c236 cfg->private_domain = NULL; in config_create()
632 else S_STRLIST("private-domain:", private_domain) in config_set_option()
1114 else O_LST(opt, "private-domain", private_domain) in config_get_option()
1551 config_delstrlist(cfg->private_domain); in config_delete()
H A Dconfigparser.y1755 if(!cfg_strlist_insert(&cfg_parser->cfg->private_domain, $2))
H A Dconfigparser.c5295 if(!cfg_strlist_insert(&cfg_parser->cfg->private_domain, (yyvsp[0].str))) in yyparse()
/dports/dns/unbound/unbound-1.14.0/pythonmod/
H A Dinterface.i998 struct config_strlist* private_domain;