Searched refs:keep_missing (Results 1 – 5 of 5) sorted by relevance
438 unsigned int keep_missing; member
285 cfg->keep_missing = 366*24*3600; /* one year plus a little leeway */ in config_create()713 else S_UNSIGNED_OR_ZERO("keep-missing:", keep_missing) in config_set_option()1172 else O_UNS(opt, "keep-missing", keep_missing) in config_get_option()
2210 else cfg_parser->cfg->keep_missing = atoi($2);
5326 else cfg_parser->cfg->keep_missing = atoi((yyvsp[0].str)); in yyparse()
1933 if(env->cfg->keep_missing == 0) in remove_missing_trustanchors()1936 exceeded = check_holddown(env, anchor, env->cfg->keep_missing); in remove_missing_trustanchors()