Searched refs:expiry_in_leap_year (Results 1 – 1 of 1) sorted by relevance
268 bool expiry_in_leap_year = in TmToSeconds() local275 if (day < 0 || day >= mdays[month] + (expiry_in_leap_year && month == 2 - 1)) in TmToSeconds()292 if (expiry_in_leap_year && month <= 2 - 1) // |month| is zero based. in TmToSeconds()