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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Do_time.c406 int off_day, off_sec; local
429 OPENSSL_gmtime_diff(&o1, &tm1, &off_day, &off_sec);
430 toffset = (long)off_day *SECS_PER_DAY + off_sec;
434 offset, toffset, off_day, off_sec);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Do_time.c406 int off_day, off_sec; local
429 OPENSSL_gmtime_diff(&o1, &tm1, &off_day, &off_sec);
430 toffset = (long)off_day *SECS_PER_DAY + off_sec;
434 offset, toffset, off_day, off_sec);

Completed in 59 milliseconds