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

  /src/external/bsd/unbound/dist/util/
module.c 262 edns_register_option(uint16_t opt_code, int bypass_cache_stage,
290 env->edns_known_options[i].bypass_cache_stage = bypass_cache_stage;
369 env->edns_known_options[i].bypass_cache_stage == 1)
396 verbose(level, " Code: Bypass_cache_stage: Aggregate_mesh:");
403 env->edns_known_options[i].bypass_cache_stage?"YES":"NO",
module.h 230 int bypass_cache_stage; member in struct:edns_known_option
909 * @param bypass_cache_stage: whether the option interacts with the cache.
917 int edns_register_option(uint16_t opt_code, int bypass_cache_stage,
  /src/external/bsd/unbound/dist/pythonmod/examples/
edns.py 62 # register_edns_option(env, code, bypass_cache_stage=True,
65 # bypass_cache_stage:
86 if not register_edns_option(env, 65001, bypass_cache_stage=True,
  /src/external/bsd/unbound/dist/pythonmod/
interface.i 1550 int edns_register_option(uint16_t opt_code, int bypass_cache_stage,
1554 def register_edns_option(env, code, bypass_cache_stage=False,
1557 return edns_register_option(code, bypass_cache_stage,

Completed in 20 milliseconds