|
TZ-Lib
$VERSION$
|
Public Attributes | |
| time_t | ats [TZ_MAX_TIMES] |
| int | charcnt |
| char | chars [BIGGEST(BIGGEST(TZ_MAX_CHARS+1, sizeof gmt),(2 *(MY_TZNAME_MAX+1)))] |
| int | defaulttype |
| bool | goahead |
| bool | goback |
| int | leapcnt |
| struct lsinfo | lsis [TZ_MAX_LEAPS] |
| int | timecnt |
| struct ttinfo | ttis [TZ_MAX_TYPES] |
| int | typecnt |
| unsigned char | types [TZ_MAX_TIMES] |
| time_t state::ats[TZ_MAX_TIMES] |
Referenced by localsub(), tzloadbody(), and tzparse().
| int state::charcnt |
Referenced by scrub_abbrs(), tzloadbody(), tzparse(), and zoneinit().
| char state::chars[BIGGEST(BIGGEST(TZ_MAX_CHARS+1, sizeof gmt),(2 *(MY_TZNAME_MAX+1)))] |
Referenced by gmtsub(), localsub(), scrub_abbrs(), typesequiv(), tzloadbody(), tzparse(), update_tzname_etc(), and zoneinit().
| int state::defaulttype |
Referenced by localsub(), tzloadbody(), tzparse(), and zoneinit().
| bool state::goahead |
Referenced by localsub(), tzloadbody(), and zoneinit().
| bool state::goback |
Referenced by localsub(), tzloadbody(), and zoneinit().
| int state::leapcnt |
Referenced by timesub(), tzloadbody(), tzparse(), and zoneinit().
| struct lsinfo state::lsis[TZ_MAX_LEAPS] |
Referenced by timesub(), and tzloadbody().
| int state::timecnt |
Referenced by localsub(), settzname(), time1(), tzloadbody(), tzparse(), and zoneinit().
| struct ttinfo state::ttis[TZ_MAX_TYPES] |
Referenced by localsub(), scrub_abbrs(), settzname(), time1(), time2sub(), typesequiv(), tzloadbody(), tzparse(), and zoneinit().
| int state::typecnt |
Referenced by scrub_abbrs(), settzname(), time1(), time2sub(), typesequiv(), tzloadbody(), tzparse(), and zoneinit().
| unsigned char state::types[TZ_MAX_TIMES] |
Referenced by localsub(), settzname(), time1(), tzloadbody(), and tzparse().