Searched refs:serve_expired_reply_ttl (Results 1 – 5 of 5) sorted by relevance
434 int serve_expired_reply_ttl; member
285 cfg->serve_expired_reply_ttl = 30; in config_create()734 …{ IS_NUMBER_OR_ZERO; cfg->serve_expired_reply_ttl = atoi(val); SERVE_EXPIRED_REPLY_TTL=(time_t)cfg… in config_set_option()1209 else O_DEC(opt, "serve-expired-reply-ttl", serve_expired_reply_ttl) in config_get_option()2412 SERVE_EXPIRED_REPLY_TTL = (time_t)config->serve_expired_reply_ttl; in config_apply()
2200 else cfg_parser->cfg->serve_expired_reply_ttl = atoi($2);
5404 else cfg_parser->cfg->serve_expired_reply_ttl = atoi((yyvsp[0].str)); in yyparse()
615 now_control = r->ttl - env->cfg->serve_expired_reply_ttl; in tomsg()