webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions
time_support.h File Reference
#include <openssl/base.h>
#include <time.h>

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)
 

Function Documentation

◆ OPENSSL_gmtime()

struct tm* OPENSSL_gmtime ( const time_t *  timer,
struct tm *  result 
)

◆ OPENSSL_gmtime_adj()

int OPENSSL_gmtime_adj ( struct tm *  tm,
int  offset_day,
long  offset_sec 
)

◆ OPENSSL_gmtime_diff()

int OPENSSL_gmtime_diff ( int *  out_days,
int *  out_secs,
const struct tm *  from,
const struct tm *  to 
)