Home
last modified time | relevance | path

Searched refs:month_days (Results 1 - 2 of 2) sorted by relevance

/third_party/mbedtls/library/
H A Dx509.c567 unsigned int month_days; in x509_date_is_valid() local
571 month_days = 31; in x509_date_is_valid()
574 month_days = 30; in x509_date_is_valid()
578 month_days = ((year & 3) || (!(year % 100) in x509_date_is_valid()
586 if ((unsigned int) (t->day - 1) >= month_days || /* (1 - days in month) */ in x509_date_is_valid()
/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c6995 const uint32_t month_days = ((m_adj + adjust) * 62719 + 769) / 2048; in jsondec_epochdays() local
6997 return y_adj * 365 + leap_days + month_days + (d - 1) - 2472632; in jsondec_epochdays()

Completed in 16 milliseconds