Lines Matching defs:tz

87 static int read_php_preamble(const unsigned char **tzf, timelib_tzinfo *tz)  in read_php_preamble()
110 static int read_tzif_preamble(const unsigned char **tzf, timelib_tzinfo *tz) in read_tzif_preamble()
142 static int read_preamble(const unsigned char **tzf, timelib_tzinfo *tz, unsigned int *type) in read_preamble()
156 static void read_32bit_header(const unsigned char **tzf, timelib_tzinfo *tz) in read_32bit_header()
171 static int read_64bit_transitions(const unsigned char **tzf, timelib_tzinfo *tz) in read_64bit_transitions()
207 static void skip_32bit_transitions(const unsigned char **tzf, timelib_tzinfo *tz) in skip_32bit_transitions()
215 static int read_64bit_types(const unsigned char **tzf, timelib_tzinfo *tz) in read_64bit_types()
306 static void skip_32bit_types(const unsigned char **tzf, timelib_tzinfo *tz) in skip_32bit_types()
330 static void skip_posix_string(const unsigned char **tzf, timelib_tzinfo *tz) in skip_posix_string()
342 static void read_location(const unsigned char **tzf, timelib_tzinfo *tz) in read_location()
361 static void set_default_location_and_comments(const unsigned char **tzf, timelib_tzinfo *tz) in set_default_location_and_comments()
370 void timelib_dump_tzinfo(timelib_tzinfo *tz) in timelib_dump_tzinfo()
458 static int skip_64bit_preamble(const unsigned char **tzf, timelib_tzinfo *tz) in skip_64bit_preamble()
471 static void read_64bit_header(const unsigned char **tzf, timelib_tzinfo *tz) in read_64bit_header()
550 void timelib_tzinfo_dtor(timelib_tzinfo *tz) in timelib_tzinfo_dtor()
563 timelib_tzinfo *timelib_tzinfo_clone(timelib_tzinfo *tz) in timelib_tzinfo_clone()
600 static ttinfo* fetch_timezone_offset(timelib_tzinfo *tz, timelib_sll ts, timelib_sll *transition_ti… in fetch_timezone_offset()
635 static tlinfo* fetch_leaptime_offset(timelib_tzinfo *tz, timelib_sll ts) in fetch_leaptime_offset()
651 int timelib_timestamp_is_in_dst(timelib_sll ts, timelib_tzinfo *tz) in timelib_timestamp_is_in_dst()
662 timelib_time_offset *timelib_get_time_zone_info(timelib_sll ts, timelib_tzinfo *tz) in timelib_get_time_zone_info()