FreeSWITCH API Documentation
1.7.0
|
Data Fields | |
int | leapcnt |
int | timecnt |
int | typecnt |
int | charcnt |
time_t | ats [TZ_MAX_TIMES] |
unsigned char | types [TZ_MAX_TIMES] |
struct ttinfo | ttis [TZ_MAX_TYPES] |
char | chars [CHARS_DEF] |
struct lsinfo | lsis [TZ_MAX_LEAPS] |
Definition at line 1816 of file switch_time.c.
time_t state::ats[TZ_MAX_TIMES] |
Definition at line 1821 of file switch_time.c.
int state::charcnt |
Definition at line 1820 of file switch_time.c.
Referenced by tzparse().
char state::chars[CHARS_DEF] |
Definition at line 1824 of file switch_time.c.
int state::leapcnt |
Definition at line 1817 of file switch_time.c.
struct lsinfo state::lsis[TZ_MAX_LEAPS] |
Definition at line 1825 of file switch_time.c.
Referenced by timesub().
int state::timecnt |
Definition at line 1818 of file switch_time.c.
struct ttinfo state::ttis[TZ_MAX_TYPES] |
Definition at line 1823 of file switch_time.c.
int state::typecnt |
Definition at line 1819 of file switch_time.c.
unsigned char state::types[TZ_MAX_TIMES] |
Definition at line 1822 of file switch_time.c.