Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dconfig_file.h326 int min_negative_ttl; member
H A Dconfig_file.c181 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()
H A Dconfigparser.y2097 else cfg_parser->cfg->min_negative_ttl = atoi($2);
H A Dconfigparser.c5268 else cfg_parser->cfg->min_negative_ttl = atoi((yyvsp[0].str)); in yyparse()