Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/unbound/iterator/
HDiterator.c173 if (qstate->env->cfg->qname_minimisation) in iter_new()
889 if(qstate->env->cfg->qname_minimisation) in generate_sub_request()
1487 if(qstate->env->cfg->qname_minimisation) in processInitRequest()
1561 if(qstate->env->cfg->qname_minimisation) in processInitRequest()
2210 if(qstate->env->cfg->qname_minimisation) in processLastResort()
2891 if(qstate->env->cfg->qname_minimisation) in processQueryTargets()
3110 if(qstate->env->cfg->qname_minimisation) in processQueryTargets()
3163 if(qstate->env->cfg->qname_minimisation) { in processQueryResponse()
3428 if (qstate->env->cfg->qname_minimisation) in processQueryResponse()
3581 if(qstate->env->cfg->qname_minimisation) in processQueryResponse()
[all …]
/freebsd-14-stable/contrib/unbound/util/
HDconfig_file.h664 int qname_minimisation; member
HDconfig_file.c362 cfg->qname_minimisation = 1; in config_create()
849 else S_YNO("qname-minimisation:", qname_minimisation) in config_set_option()
1340 else O_YNO(opt, "qname-minimisation", qname_minimisation) in config_get_option()
HDconfigparser.y2911 else cfg_parser->cfg->qname_minimisation =
HDconfigparser.c6304 else cfg_parser->cfg->qname_minimisation = in yyparse()
/freebsd-14-stable/contrib/unbound/contrib/
HDredirect-bogus.patch123 cfg->qname_minimisation = 0;
/freebsd-14-stable/contrib/unbound/services/cache/
HDdns.c1022 env->cfg->qname_minimisation) { in dns_cache_lookup()