Searched refs:julian_to_date (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | o_time.c | 68 static void julian_to_date(long jd, int *y, int *m, int *d); 83 julian_to_date(time_jd, &time_year, &time_month, &time_day); in OPENSSL_gmtime_adj() 186 static void julian_to_date(long jd, int *y, int *m, int *d) in julian_to_date() function
|
/third_party/openssl/crypto/ |
H A D | o_time.c | 68 static void julian_to_date(long jd, int *y, int *m, int *d); 83 julian_to_date(time_jd, &time_year, &time_month, &time_day); in OPENSSL_gmtime_adj() 186 static void julian_to_date(long jd, int *y, int *m, int *d) in julian_to_date() function
|
Completed in 1 milliseconds