Home
last modified time | relevance | path

Searched refs:serve_expired_ttl_reset (Results 1 – 8 of 8) sorted by relevance

/freebsd-head/contrib/unbound/util/
HDconfig_file.h435 int serve_expired_ttl_reset; member
HDconfig_file.c284 cfg->serve_expired_ttl_reset = 0; in config_create()
753 { IS_YES_OR_NO; cfg->serve_expired_ttl_reset = (strcmp(val, "yes") == 0); in config_set_option()
754 SERVE_EXPIRED_TTL_RESET = cfg->serve_expired_ttl_reset; } in config_set_option()
1231 else O_YNO(opt, "serve-expired-ttl-reset", serve_expired_ttl_reset) in config_get_option()
2447 SERVE_EXPIRED_TTL_RESET = config->serve_expired_ttl_reset; in config_apply()
HDconfigparser.y2198 else cfg_parser->cfg->serve_expired_ttl_reset = (strcmp($2, "yes")==0);
HDconfigparser.c5444 else cfg_parser->cfg->serve_expired_ttl_reset = (strcmp((yyvsp[0].str), "yes")==0); in yyparse()
/freebsd-head/contrib/unbound/services/cache/
HDdns.c1106 if(env->cfg->serve_expired_ttl_reset && in dns_cache_store()
/freebsd-head/contrib/unbound/validator/
HDvalidator.c2501 qstate->env->cfg->serve_expired_ttl_reset || in processFinished()
2509 if(qstate->env->cfg->serve_expired_ttl_reset && in processFinished()
/freebsd-head/contrib/unbound/iterator/
HDiterator.c317 if(qstate->env->cfg->serve_expired_ttl_reset && in error_response_cache()
/freebsd-head/contrib/unbound/daemon/
HDremote.c5648 COPY_VAR_int(serve_expired_ttl_reset); in fr_atomic_copy_cfg()