Lines Matching defs:tz

52 static int read_preamble(const unsigned char **tzf, timelib_tzinfo *tz)  in read_preamble()
75 static void read_header(const unsigned char **tzf, timelib_tzinfo *tz) in read_header()
89 static void skip_64bit_transistions(const unsigned char **tzf, timelib_tzinfo *tz) in skip_64bit_transistions()
97 static void read_transistions(const unsigned char **tzf, timelib_tzinfo *tz) in read_transistions()
127 static void skip_64bit_types(const unsigned char **tzf, timelib_tzinfo *tz) in skip_64bit_types()
142 static void read_types(const unsigned char **tzf, timelib_tzinfo *tz) in read_types()
225 static void skip_posix_string(const unsigned char **tzf, timelib_tzinfo *tz) in skip_posix_string()
237 static void read_location(const unsigned char **tzf, timelib_tzinfo *tz) in read_location()
256 void timelib_dump_tzinfo(timelib_tzinfo *tz) in timelib_dump_tzinfo()
355 static void skip_64bit_preamble(const unsigned char **tzf, timelib_tzinfo *tz) in skip_64bit_preamble()
360 static void read_64bit_header(const unsigned char **tzf, timelib_tzinfo *tz) in read_64bit_header()
402 static ttinfo* fetch_timezone_offset(timelib_tzinfo *tz, timelib_sll ts, timelib_sll *transition_ti… in fetch_timezone_offset()
446 static tlinfo* fetch_leaptime_offset(timelib_tzinfo *tz, timelib_sll ts) in fetch_leaptime_offset()
462 int timelib_timestamp_is_in_dst(timelib_sll ts, timelib_tzinfo *tz) in timelib_timestamp_is_in_dst()
473 timelib_time_offset *timelib_get_time_zone_info(timelib_sll ts, timelib_tzinfo *tz) in timelib_get_time_zone_info()