Searched refs:start_month (Results 1 – 1 of 1) sorted by relevance
39 int year, start_month, start_day, end_month, end_day, offset_sec; member73 if (rule->start_month > month) return false; in Match()75 int start_day = ComputeRuleDay(year, rule->start_month, rule->start_day); in Match()76 if (rule->start_month == month && start_day > day) return false; in Match()77 if (rule->start_month == month && start_day == day && in Match()