webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Go to the source code of this file.
Functions | |
struct tm * | OPENSSL_gmtime (const time_t *timer, struct tm *result) |
int | OPENSSL_gmtime_adj (struct tm *tm, int offset_day, long offset_sec) |
int | OPENSSL_gmtime_diff (int *out_days, int *out_secs, const struct tm *from, const struct tm *to) |
struct tm* OPENSSL_gmtime | ( | const time_t * | timer, |
struct tm * | result | ||
) |
int OPENSSL_gmtime_adj | ( | struct tm * | tm, |
int | offset_day, | ||
long | offset_sec | ||
) |
int OPENSSL_gmtime_diff | ( | int * | out_days, |
int * | out_secs, | ||
const struct tm * | from, | ||
const struct tm * | to | ||
) |