|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Macros | |
| #define | _POSIX_C_SOURCE 201410L /* for gmtime_r */ |
| #define | SECS_PER_DAY (24 * 60 * 60) |
Functions | |
| struct tm * | OPENSSL_gmtime (const time_t *time, struct tm *result) |
| int | OPENSSL_gmtime_adj (struct tm *tm, int off_day, long offset_sec) |
| int | OPENSSL_gmtime_diff (int *pday, int *psec, const struct tm *from, const struct tm *to) |
| #define _POSIX_C_SOURCE 201410L /* for gmtime_r */ |
| #define SECS_PER_DAY (24 * 60 * 60) |
| struct tm* OPENSSL_gmtime | ( | const time_t * | time, |
| struct tm * | result | ||
| ) |
| int OPENSSL_gmtime_adj | ( | struct tm * | tm, |
| int | off_day, | ||
| long | offset_sec | ||
| ) |
| int OPENSSL_gmtime_diff | ( | int * | pday, |
| int * | psec, | ||
| const struct tm * | from, | ||
| const struct tm * | to | ||
| ) |
1.8.13