Searched refs:max_negative_ttl (Results 1 – 4 of 4) sorted by relevance
324 int max_negative_ttl; member
180 cfg->max_negative_ttl = 3600; in config_create()640 { IS_NUMBER_OR_ZERO; cfg->max_negative_ttl = atoi(val); MAX_NEG_TTL=(time_t)cfg->max_negative_ttl;} in config_set_option()1106 else O_DEC(opt, "cache-max-negative-ttl", max_negative_ttl) in config_get_option()2414 MAX_NEG_TTL = (time_t)config->max_negative_ttl; in config_apply()
2088 else cfg_parser->cfg->max_negative_ttl = atoi($2);
5256 else cfg_parser->cfg->max_negative_ttl = atoi((yyvsp[0].str)); in yyparse()