Home
last modified time | relevance | path

Searched refs:keep_missing (Results 1 – 5 of 5) sorted by relevance

/dports/dns/unbound/unbound-1.14.0/util/
H A Dconfig_file.h418 unsigned int keep_missing; member
H A Dconfig_file.c274 cfg->keep_missing = 366*24*3600; /* one year plus a little leeway */ in config_create()
668 else S_UNSIGNED_OR_ZERO("keep-missing:", keep_missing) in config_set_option()
1098 else O_UNS(opt, "keep-missing", keep_missing) in config_get_option()
H A Dconfigparser.y2100 else cfg_parser->cfg->keep_missing = atoi($2);
H A Dconfigparser.c5742 else cfg_parser->cfg->keep_missing = atoi((yyvsp[0].str)); in yyparse()
/dports/dns/unbound/unbound-1.14.0/validator/
H A Dautotrust.c1938 if(env->cfg->keep_missing == 0) in remove_missing_trustanchors()
1941 exceeded = check_holddown(env, anchor, env->cfg->keep_missing); in remove_missing_trustanchors()