HomeSort by relevance Sort by last modified time
    Searched full:time_month (Results 1 - 1 of 1) sorted by null

  /external/boringssl/src/crypto/asn1/
time_support.c 107 int time_year, time_month, time_day; local
127 time_month = tm->tm_mon + 1;
130 time_jd = date_to_julian(time_year, time_month, time_day);
145 int time_sec, time_year, time_month, time_day; local
155 julian_to_date(time_jd, &time_year, &time_month, &time_day);
164 tm->tm_mon = time_month - 1;

Completed in 100 milliseconds