CUBRID Engine
latest
|
Public Attributes | |
int | country_count |
TZ_RAW_COUNTRY * | countries |
int | zone_count |
TZ_RAW_ZONE_INFO * | zones |
int | ruleset_count |
TZ_RAW_DS_RULESET * | ds_rulesets |
int | link_count |
TZ_RAW_LINK * | links |
int | leap_sec_count |
TZ_LEAP_SEC * | leap_sec |
TZ_RAW_CONTEXT | context |
Definition at line 215 of file tz_compile.c.
TZ_RAW_CONTEXT tz_raw_data::context |
Definition at line 227 of file tz_compile.c.
Referenced by tzc_load_backward_zones(), tzc_load_countries(), tzc_load_leap_secs(), tzc_load_rule_file(), and tzc_load_zone_names().
TZ_RAW_COUNTRY* tz_raw_data::countries |
Definition at line 218 of file tz_compile.c.
Referenced by tzc_compile_data(), tzc_free_raw_data(), tzc_index_raw_data(), tzc_index_raw_data_w_static(), tzc_index_raw_subdata(), tzc_load_countries(), tzc_sort_raw_data(), and tzc_summary().
int tz_raw_data::country_count |
Definition at line 217 of file tz_compile.c.
Referenced by tzc_compile_data(), tzc_index_raw_data(), tzc_index_raw_data_w_static(), tzc_index_raw_subdata(), tzc_load_countries(), tzc_sort_raw_data(), and tzc_summary().
TZ_RAW_DS_RULESET* tz_raw_data::ds_rulesets |
Definition at line 222 of file tz_compile.c.
Referenced by tzc_add_ds_rule(), tzc_compile_ds_rules(), tzc_del_unused_raw_data(), tzc_free_raw_data(), tzc_index_raw_data_w_static(), tzc_sort_raw_data(), and tzc_summary().
TZ_LEAP_SEC* tz_raw_data::leap_sec |
Definition at line 226 of file tz_compile.c.
Referenced by tzc_add_leap_sec(), tzc_compile_data(), tzc_free_raw_data(), and tzc_load_leap_secs().
int tz_raw_data::leap_sec_count |
Definition at line 225 of file tz_compile.c.
Referenced by tzc_add_leap_sec(), tzc_compile_data(), and tzc_load_leap_secs().
int tz_raw_data::link_count |
Definition at line 223 of file tz_compile.c.
Referenced by tzc_add_link(), tzc_check_links_raw_data(), tzc_index_raw_subdata(), tzc_sort_raw_data(), and tzc_summary().
TZ_RAW_LINK* tz_raw_data::links |
Definition at line 224 of file tz_compile.c.
Referenced by tzc_add_link(), tzc_check_links_raw_data(), tzc_free_raw_data(), tzc_index_raw_subdata(), tzc_sort_raw_data(), and tzc_summary().
int tz_raw_data::ruleset_count |
Definition at line 221 of file tz_compile.c.
Referenced by tzc_add_ds_rule(), tzc_compile_ds_rules(), tzc_del_unused_raw_data(), tzc_free_raw_data(), tzc_index_raw_data_w_static(), tzc_sort_raw_data(), and tzc_summary().
int tz_raw_data::zone_count |
Definition at line 219 of file tz_compile.c.
Referenced by tzc_add_zone(), tzc_check_links_raw_data(), tzc_compile_data(), tzc_del_unused_raw_data(), tzc_free_raw_data(), tzc_get_zone(), tzc_index_raw_data(), tzc_index_raw_data_w_static(), tzc_index_raw_subdata(), tzc_load_zone_names(), tzc_sort_raw_data(), and tzc_summary().
TZ_RAW_ZONE_INFO* tz_raw_data::zones |
Definition at line 220 of file tz_compile.c.
Referenced by tzc_add_zone(), tzc_check_links_raw_data(), tzc_compile_data(), tzc_del_unused_raw_data(), tzc_free_raw_data(), tzc_get_zone(), tzc_index_raw_data(), tzc_index_raw_data_w_static(), tzc_index_raw_subdata(), tzc_load_zone_names(), tzc_sort_raw_data(), and tzc_summary().