Searched refs:no_cache (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/unbound/iterator/
H A Diter_delegpt.h89 int no_cache; member in struct:delegpt
H A Diter_fwd.c276 dp->no_cache = s->no_cache;
H A Diter_hints.c287 dp->no_cache = s->no_cache;
H A Diter_utils.c1415 if(stub->dp->no_cache) {
1420 verbose(VERB_ALGO, "stub for %s %s has no_cache", qname, dpname);
1422 return (stub->dp->no_cache);
1427 if(dp->no_cache) {
1432 verbose(VERB_ALGO, "forward for %s %s has no_cache", qname, dpname);
1434 return (dp->no_cache);
/freebsd-12-stable/contrib/unbound/util/
H A Dconfig_file.h689 int no_cache; member in struct:config_stub
H A Dconfigparser.y2629 else cfg_parser->cfg->stubs->no_cache=(strcmp($2, "yes")==0);
2691 else cfg_parser->cfg->forwards->no_cache=(strcmp($2, "yes")==0);
/freebsd-12-stable/crypto/openssl/apps/
H A Ds_server.c846 {"no_cache", OPT_NO_CACHE, '-', "Disable session cache"},
993 int vpmtouched = 0, build_chain = 0, no_cache = 0, ext_cache = 0; local
1258 no_cache = 1;
1831 if (no_cache)
1927 if (no_cache)

Completed in 141 milliseconds