Searched refs:_days_to_mdy_fast_lookup_table_first_day (Results 1 – 1 of 1) sorted by relevance
73 static unsigned int _days_to_mdy_fast_lookup_table_first_day; variable995 _days_to_mdy_fast_lookup_table_first_day = first_days; in mime_init_date_format_table()2963 if ((days_since_jan_1_1970 >= _days_to_mdy_fast_lookup_table_first_day) && in mime_days_since_epoch_to_mdy()2971 int i = days_since_jan_1_1970 - _days_to_mdy_fast_lookup_table_first_day; in mime_days_since_epoch_to_mdy()