Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/contrib/
H A Ddrop-tld.diff26 int prefetch_key;
/freebsd/contrib/unbound/util/
H A Dconfig_file.h333 int prefetch_key; member
H A Dconfig_file.c183 cfg->prefetch_key = 0; in config_create()
665 else S_YNO("prefetch-key:", prefetch_key) in config_set_option()
1132 else O_YNO(opt, "prefetch-key", prefetch_key) in config_get_option()
H A Dconfigparser.y1964 else cfg_parser->cfg->prefetch_key = (strcmp($2, "yes")==0);
H A Dconfigparser.c5095 else cfg_parser->cfg->prefetch_key = (strcmp((yyvsp[0].str), "yes")==0); in yyparse()
/freebsd/contrib/unbound/iterator/
H A Diterator.c1889 if(iq->dnssec_expected && qstate->env->cfg->prefetch_key && in processInitRequest3()
3476 if(iq->dnssec_expected && qstate->env->cfg->prefetch_key && in processQueryResponse()
/freebsd/contrib/unbound/daemon/
H A Dremote.c5954 COPY_VAR_int(prefetch_key); in fr_atomic_copy_cfg()