Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/asn1/
Dtime_support.c103 static int julian_adj(const struct tm *tm, int off_day, long offset_sec, in julian_adj() function
149 if (!julian_adj(tm, off_day, offset_sec, &time_jd, &time_sec)) { in OPENSSL_gmtime_adj()
179 if (!julian_adj(from, 0, 0, &from_jd, &from_sec)) { in OPENSSL_gmtime_diff()
182 if (!julian_adj(to, 0, 0, &to_jd, &to_sec)) { in OPENSSL_gmtime_diff()