Searched refs:from_sec (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/crypto/ |
D | o_time.c | 105 int from_sec, to_sec, diff_sec; in OPENSSL_gmtime_diff() local 107 if (!julian_adj(from, 0, 0, &from_jd, &from_sec)) in OPENSSL_gmtime_diff() 112 diff_sec = to_sec - from_sec; in OPENSSL_gmtime_diff()
|
/third_party/node/deps/openssl/openssl/crypto/ |
D | o_time.c | 105 int from_sec, to_sec, diff_sec; in OPENSSL_gmtime_diff() local 107 if (!julian_adj(from, 0, 0, &from_jd, &from_sec)) in OPENSSL_gmtime_diff() 112 diff_sec = to_sec - from_sec; in OPENSSL_gmtime_diff()
|
/third_party/rust/crates/humantime/src/ |
D | date.rs | 382 fn from_sec(sec: u64) -> (String, SystemTime) { in from_sec() function 488 let (s, time) = from_sec(year_start + day * 86400); in first_731_days() 498 let (s, time) = from_sec(year_start + day * 86400); in the_731_consecutive_days() 508 let (s, time) = from_sec(day_start + second); in all_86400_seconds() 520 let (s, time) = from_sec(sec); in random_past() 530 let (s, time) = from_sec(sec); in random_wide_range()
|