Home
last modified time | relevance | path

Searched refs:max_negative_ttl (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dconfig_file.h324 int max_negative_ttl; member
H A Dconfig_file.c180 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()
H A Dconfigparser.y2088 else cfg_parser->cfg->max_negative_ttl = atoi($2);
H A Dconfigparser.c5256 else cfg_parser->cfg->max_negative_ttl = atoi((yyvsp[0].str)); in yyparse()