Searched refs:min_negative_ttl (Results 1 – 4 of 4) sorted by relevance
326 int min_negative_ttl; member
181 cfg->min_negative_ttl = 0; in config_create()642 { IS_NUMBER_OR_ZERO; cfg->min_negative_ttl = atoi(val); MIN_NEG_TTL=(time_t)cfg->min_negative_ttl;} in config_set_option()1107 else O_DEC(opt, "cache-min-negative-ttl", min_negative_ttl) in config_get_option()2415 MIN_NEG_TTL = (time_t)config->min_negative_ttl; in config_apply()
2097 else cfg_parser->cfg->min_negative_ttl = atoi($2);
5268 else cfg_parser->cfg->min_negative_ttl = atoi((yyvsp[0].str)); in yyparse()