PostgreSQL Source Code
git master
|
#include <tzfile.h>
Data Fields | |
char | tzh_magic [4] |
char | tzh_version [1] |
char | tzh_reserved [15] |
char | tzh_ttisutcnt [4] |
char | tzh_ttisstdcnt [4] |
char | tzh_leapcnt [4] |
char | tzh_timecnt [4] |
char | tzh_typecnt [4] |
char | tzh_charcnt [4] |
char tzhead::tzh_charcnt[4] |
Definition at line 49 of file tzfile.h.
Referenced by tzloadbody(), and writezone().
char tzhead::tzh_leapcnt[4] |
Definition at line 46 of file tzfile.h.
Referenced by tzloadbody(), and writezone().
char tzhead::tzh_magic[4] |
Definition at line 41 of file tzfile.h.
Referenced by writezone().
char tzhead::tzh_timecnt[4] |
Definition at line 47 of file tzfile.h.
Referenced by tzloadbody(), and writezone().
char tzhead::tzh_ttisstdcnt[4] |
Definition at line 45 of file tzfile.h.
Referenced by tzloadbody(), and writezone().
char tzhead::tzh_ttisutcnt[4] |
Definition at line 44 of file tzfile.h.
Referenced by tzloadbody(), and writezone().
char tzhead::tzh_typecnt[4] |
Definition at line 48 of file tzfile.h.
Referenced by tzloadbody(), and writezone().
char tzhead::tzh_version[1] |
Definition at line 42 of file tzfile.h.
Referenced by tzloadbody(), and writezone().