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

/freebsd-11-stable/contrib/unbound/iterator/
H A Diter_delegpt.h89 int no_cache; member in struct:delegpt
H A Diter_hints.c287 dp->no_cache = s->no_cache;
H A Diter_fwd.c276 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-11-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-11-stable/crypto/openssl/apps/
H A Ds_server.c1110 int no_cache = 0, ext_cache = 0; local
1291 } else if (strcmp(*argv, "-no_cache") == 0)
1292 no_cache = 1;
1797 if (no_cache)
1877 if (no_cache)

Completed in 257 milliseconds