Lines Matching refs:timelib_tzinfo

58 static int read_preamble(const unsigned char **tzf, timelib_tzinfo *tz)  in read_preamble()
81 static void read_header(const unsigned char **tzf, timelib_tzinfo *tz) in read_header()
95 static void skip_64bit_transistions(const unsigned char **tzf, timelib_tzinfo *tz) in skip_64bit_transistions()
103 static void read_transistions(const unsigned char **tzf, timelib_tzinfo *tz) in read_transistions()
133 static void skip_64bit_types(const unsigned char **tzf, timelib_tzinfo *tz) in skip_64bit_types()
148 static void read_types(const unsigned char **tzf, timelib_tzinfo *tz) in read_types()
231 static void skip_posix_string(const unsigned char **tzf, timelib_tzinfo *tz) in skip_posix_string()
243 static void read_location(const unsigned char **tzf, timelib_tzinfo *tz) in read_location()
262 void timelib_dump_tzinfo(timelib_tzinfo *tz) in timelib_dump_tzinfo()
361 static void skip_64bit_preamble(const unsigned char **tzf, timelib_tzinfo *tz) in skip_64bit_preamble()
366 static void read_64bit_header(const unsigned char **tzf, timelib_tzinfo *tz) in read_64bit_header()
380 timelib_tzinfo *timelib_parse_tzfile(char *timezone, const timelib_tzdb *tzdb) in timelib_parse_tzfile()
383 timelib_tzinfo *tmp; in timelib_parse_tzfile()
408 static ttinfo* fetch_timezone_offset(timelib_tzinfo *tz, timelib_sll ts, timelib_sll *transition_ti… in fetch_timezone_offset()
452 static tlinfo* fetch_leaptime_offset(timelib_tzinfo *tz, timelib_sll ts) in fetch_leaptime_offset()
468 int timelib_timestamp_is_in_dst(timelib_sll ts, timelib_tzinfo *tz) in timelib_timestamp_is_in_dst()
479 timelib_time_offset *timelib_get_time_zone_info(timelib_sll ts, timelib_tzinfo *tz) in timelib_get_time_zone_info()