Searched refs:date_to_julian (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | o_time.c | 67 static long date_to_julian(int y, int m, int d); 163 time_jd = date_to_julian(time_year, time_month, time_day); in julian_adj() 179 static long date_to_julian(int y, int m, int d) in date_to_julian() function
|
/third_party/openssl/crypto/ |
H A D | o_time.c | 67 static long date_to_julian(int y, int m, int d); 163 time_jd = date_to_julian(time_year, time_month, time_day); in julian_adj() 179 static long date_to_julian(int y, int m, int d) in date_to_julian() function
|
Completed in 1 milliseconds