|
CUBRID Engine
latest
|

Public Attributes | |
| int | gmt_off |
| unsigned short | until_year |
| unsigned char | until_mon |
| unsigned char | until_day |
| unsigned char | until_hour |
| unsigned char | until_min |
| unsigned char | until_sec |
| char | ds_ruleset_name [TZ_DS_RULESET_NAME_SIZE] |
| char | format [TZ_MAX_FORMAT_SIZE] |
| TZ_TIME_TYPE | until_time_type |
| TZ_UNTIL_FLAG | until_flag |
Definition at line 143 of file tz_compile.c.
| char tz_raw_offset_rule::ds_ruleset_name[TZ_DS_RULESET_NAME_SIZE] |
Definition at line 152 of file tz_compile.c.
Referenced by tzc_add_offset_rule(), tzc_compile_data(), tzc_del_unused_raw_data(), and tzc_summary().
| char tz_raw_offset_rule::format[TZ_MAX_FORMAT_SIZE] |
Definition at line 153 of file tz_compile.c.
Referenced by tzc_add_offset_rule(), tzc_compile_data(), and tzc_summary().
| int tz_raw_offset_rule::gmt_off |
Definition at line 145 of file tz_compile.c.
Referenced by tzc_add_offset_rule(), and tzc_compile_data().
| unsigned char tz_raw_offset_rule::until_day |
Definition at line 148 of file tz_compile.c.
Referenced by comp_func_raw_offset_rules(), str_to_offset_rule_until(), and tzc_compile_data().
| TZ_UNTIL_FLAG tz_raw_offset_rule::until_flag |
Definition at line 155 of file tz_compile.c.
Referenced by comp_func_raw_offset_rules(), str_to_offset_rule_until(), tzc_add_offset_rule(), and tzc_compile_data().
| unsigned char tz_raw_offset_rule::until_hour |
Definition at line 149 of file tz_compile.c.
Referenced by comp_func_raw_offset_rules(), str_to_offset_rule_until(), and tzc_compile_data().
| unsigned char tz_raw_offset_rule::until_min |
Definition at line 150 of file tz_compile.c.
Referenced by comp_func_raw_offset_rules(), str_to_offset_rule_until(), and tzc_compile_data().
| unsigned char tz_raw_offset_rule::until_mon |
Definition at line 147 of file tz_compile.c.
Referenced by comp_func_raw_offset_rules(), str_to_offset_rule_until(), and tzc_compile_data().
| unsigned char tz_raw_offset_rule::until_sec |
Definition at line 151 of file tz_compile.c.
Referenced by comp_func_raw_offset_rules(), str_to_offset_rule_until(), and tzc_compile_data().
| TZ_TIME_TYPE tz_raw_offset_rule::until_time_type |
Definition at line 154 of file tz_compile.c.
Referenced by str_to_offset_rule_until(), and tzc_compile_data().
| unsigned short tz_raw_offset_rule::until_year |
Definition at line 146 of file tz_compile.c.
Referenced by comp_func_raw_offset_rules(), str_to_offset_rule_until(), and tzc_compile_data().