|
PostgreSQL Source Code git master
|
Data Fields | |
| const char * | z_filename |
| lineno_t | z_linenum |
| const char * | z_name |
| zic_t | z_stdoff |
| char * | z_rule |
| const char * | z_format |
| char | z_format_specifier |
| bool | z_isdst |
| zic_t | z_save |
| struct rule * | z_rules |
| ptrdiff_t | z_nrules |
| struct rule | z_untilrule |
| zic_t | z_untiltime |
| const char* zone::z_filename |
Definition at line 100 of file zic.c.
Referenced by associate(), inzsub(), and outzone().
| const char* zone::z_format |
| char zone::z_format_specifier |
Definition at line 107 of file zic.c.
Referenced by associate(), doabbr(), and inzsub().
| bool zone::z_isdst |
Definition at line 109 of file zic.c.
Referenced by associate(), outzone(), and stringzone().
| lineno_t zone::z_linenum |
Definition at line 101 of file zic.c.
Referenced by associate(), inzsub(), and outzone().
| const char* zone::z_name |
| ptrdiff_t zone::z_nrules |
Definition at line 113 of file zic.c.
Referenced by associate(), outzone(), and stringzone().
| char* zone::z_rule |
Definition at line 105 of file zic.c.
Referenced by associate(), and inzsub().
| struct rule* zone::z_rules |
Definition at line 112 of file zic.c.
Referenced by associate(), outzone(), and stringzone().
| zic_t zone::z_save |
Definition at line 110 of file zic.c.
Referenced by associate(), and outzone().
| zic_t zone::z_stdoff |
| struct rule zone::z_untilrule |
| zic_t zone::z_untiltime |