Lines Matching refs:TIME_ZONE_INFO

145 } TIME_ZONE_INFO;  typedef
148 static my_bool prepare_tz_info(TIME_ZONE_INFO *sp, MEM_ROOT *storage);
167 tz_load(const char *name, TIME_ZONE_INFO *sp, MEM_ROOT *storage) in tz_load()
327 prepare_tz_info(TIME_ZONE_INFO *sp, MEM_ROOT *storage) in prepare_tz_info()
678 find_transition_type(my_time_t t, const TIME_ZONE_INFO *sp) in find_transition_type()
720 gmt_sec_to_TIME(MYSQL_TIME *tmp, my_time_t sec_in_utc, const TIME_ZONE_INFO *sp) in gmt_sec_to_TIME()
897 TIME_to_gmt_sec(const MYSQL_TIME *t, const TIME_ZONE_INFO *sp, uint *error_code) in TIME_to_gmt_sec()
1209 Time_zone_db(TIME_ZONE_INFO *tz_info_arg, const String * tz_name_arg);
1214 TIME_ZONE_INFO *tz_info;
1232 Time_zone_db::Time_zone_db(TIME_ZONE_INFO *tz_info_arg, in Time_zone_db()
1853 TIME_ZONE_INFO *tz_info= NULL; in tz_load_from_open_tables()
1879 TIME_ZONE_INFO tmp_tz_info; in tz_load_from_open_tables()
1880 memset(&tmp_tz_info, 0, sizeof(TIME_ZONE_INFO)); in tz_load_from_open_tables()
2091 if (!(alloc_buff= (char*) alloc_root(&tz_storage, sizeof(TIME_ZONE_INFO) + in tz_load_from_open_tables()
2099 tz_info= (TIME_ZONE_INFO *)alloc_buff; in tz_load_from_open_tables()
2100 memcpy(tz_info, &tmp_tz_info, sizeof(TIME_ZONE_INFO)); in tz_load_from_open_tables()
2101 tz_name_buff= alloc_buff + sizeof(TIME_ZONE_INFO); in tz_load_from_open_tables()
2398 print_tz_as_sql(const char* tz_name, const TIME_ZONE_INFO *sp) in print_tz_as_sql()
2439 print_tz_leaps_as_sql(const TIME_ZONE_INFO *sp) in print_tz_leaps_as_sql()
2483 TIME_ZONE_INFO tz_info;
2891 TIME_ZONE_INFO tz_info; in main()