FFmpeg
Macros | Functions
time_internal.h File Reference
#include <time.h>
#include "config.h"

Go to the source code of this file.

Macros

#define gmtime_r   ff_gmtime_r
 
#define localtime_r   ff_localtime_r
 

Functions

static struct tm * ff_gmtime_r (const time_t *clock, struct tm *result)
 
static struct tm * ff_localtime_r (const time_t *clock, struct tm *result)
 

Macro Definition Documentation

◆ gmtime_r

#define gmtime_r   ff_gmtime_r

Definition at line 34 of file time_internal.h.

◆ localtime_r

#define localtime_r   ff_localtime_r

Definition at line 46 of file time_internal.h.

Function Documentation

◆ ff_gmtime_r()

static struct tm* ff_gmtime_r ( const time_t *  clock,
struct tm *  result 
)
inlinestatic

Definition at line 26 of file time_internal.h.

◆ ff_localtime_r()

static struct tm* ff_localtime_r ( const time_t *  clock,
struct tm *  result 
)
inlinestatic

Definition at line 38 of file time_internal.h.