Searched refs:max_negative_ttl (Results 1 – 4 of 4) sorted by relevance
317 int max_negative_ttl; member
175 cfg->max_negative_ttl = 3600; in config_create()616 { IS_NUMBER_OR_ZERO; cfg->max_negative_ttl = atoi(val); MAX_NEG_TTL=(time_t)cfg->max_negative_ttl;} in config_set_option()1065 else O_DEC(opt, "cache-max-negative-ttl", max_negative_ttl) in config_get_option()2309 MAX_NEG_TTL = (time_t)config->max_negative_ttl; in config_apply()
2002 else cfg_parser->cfg->max_negative_ttl = atoi($2);
5052 else cfg_parser->cfg->max_negative_ttl = atoi((yyvsp[0].str)); in yyparse()