Home
last modified time | relevance | path

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

/external/curl/lib/
Dparsedate.c292 static const int month_days_cumulative [12] = in my_timegm() local
312 + leap_days + month_days_cumulative[month] + tm->tm_mday - 1) * 24 in my_timegm()