HomeSort by: relevance | last modified time | path
    Searched refs:no_cache_store (Results 1 - 10 of 10) sorted by relevancy

  /src/external/bsd/unbound/dist/pythonmod/examples/
edns.py 126 qstate.no_cache_store = 1
127 log_info("python: enabled no_cache_store")
  /src/external/bsd/unbound/dist/edns-subnet/
subnetmod.c 103 sq->started_no_cache_store = qstate->no_cache_store;
174 " But the subnet module was started with no_cache_store for the super query, and that is still applied to this query":""));
175 qstate->no_cache_store = sq->started_no_cache_store;
186 qstate->no_cache_store = 0;
208 qstate->no_cache_store = 1;
217 qstate->no_cache_store = 1;
676 subq->no_cache_store = 1;
969 qstate->no_cache_store = 1;
977 qstate->no_cache_store = 1;
981 qstate->no_cache_store = 1
    [all...]
  /src/external/bsd/unbound/dist/dns64/
dns64.c 704 iq->started_no_cache_store = qstate->no_cache_store;
705 qstate->no_cache_store = 1;
721 qstate->no_cache_store = iq->started_no_cache_store;
978 super_dq->started_no_cache_store = super->no_cache_store;
  /src/external/bsd/unbound/dist/util/
module.h 688 int no_cache_store; member in struct:module_qstate
703 * iterator when no_cache_store is enabled, and there is an error. */
  /src/external/bsd/unbound/dist/iterator/
iterator.c 299 if(qstate->no_cache_store) {
1488 qstate->no_cache_store = 1;
2321 if(!qstate->no_cache_store && iq->query_for_pside_glue
3307 if(!qstate->no_cache_store)
3387 if(!qstate->no_cache_store &&
3417 if(!qstate->no_cache_store && iq->query_for_pside_glue
3543 if(!qstate->no_cache_store)
4114 if(!qstate->no_cache_store && iq->query_for_pside_glue
4167 if(!qstate->no_cache_store && (qstate->query_flags&BIT_RD)) {
  /src/external/bsd/unbound/dist/ipsecmod/
ipsecmod.c 407 qstate->no_cache_store = 1;
  /src/external/bsd/unbound/dist/cachedb/
cachedb.c 900 if(!ie->enabled || qstate->no_cache_store
  /src/external/bsd/unbound/dist/pythonmod/
interface.i 816 int no_cache_store;
  /src/external/bsd/unbound/dist/validator/
validator.c 2497 if(!qstate->no_cache_store) {
2640 if(!qstate->no_cache_store) {
  /src/external/bsd/unbound/dist/services/
mesh.c 1038 mstate->s.no_cache_store = 0;

Completed in 29 milliseconds