Lines Matching refs:timelib_tzinfo

66 static int read_php_preamble(const unsigned char **tzf, timelib_tzinfo *tz)  in read_php_preamble()
89 static int read_tzif_preamble(const unsigned char **tzf, timelib_tzinfo *tz) in read_tzif_preamble()
121 static int read_preamble(const unsigned char **tzf, timelib_tzinfo *tz, unsigned int *type) in read_preamble()
135 static void read_header(const unsigned char **tzf, timelib_tzinfo *tz) in read_header()
149 static void skip_64bit_transitions(const unsigned char **tzf, timelib_tzinfo *tz) in skip_64bit_transitions()
157 static int read_transitions(const unsigned char **tzf, timelib_tzinfo *tz) in read_transitions()
193 static void skip_64bit_types(const unsigned char **tzf, timelib_tzinfo *tz) in skip_64bit_types()
208 static int read_types(const unsigned char **tzf, timelib_tzinfo *tz) in read_types()
294 static void skip_posix_string(const unsigned char **tzf, timelib_tzinfo *tz) in skip_posix_string()
306 static void read_location(const unsigned char **tzf, timelib_tzinfo *tz) in read_location()
325 static void set_default_location_and_comments(const unsigned char **tzf, timelib_tzinfo *tz) in set_default_location_and_comments()
334 void timelib_dump_tzinfo(timelib_tzinfo *tz) in timelib_dump_tzinfo()
420 static int skip_64bit_preamble(const unsigned char **tzf, timelib_tzinfo *tz) in skip_64bit_preamble()
433 static void read_64bit_header(const unsigned char **tzf, timelib_tzinfo *tz) in read_64bit_header()
447 static timelib_tzinfo* timelib_tzinfo_ctor(char *name) in timelib_tzinfo_ctor()
449 timelib_tzinfo *t; in timelib_tzinfo_ctor()
450 t = timelib_calloc(1, sizeof(timelib_tzinfo)); in timelib_tzinfo_ctor()
456 timelib_tzinfo *timelib_parse_tzfile(char *timezone, const timelib_tzdb *tzdb, int *error_code) in timelib_parse_tzfile()
459 timelib_tzinfo *tmp; in timelib_parse_tzfile()
512 void timelib_tzinfo_dtor(timelib_tzinfo *tz) in timelib_tzinfo_dtor()
525 timelib_tzinfo *timelib_tzinfo_clone(timelib_tzinfo *tz) in timelib_tzinfo_clone()
527 timelib_tzinfo *tmp = timelib_tzinfo_ctor(tz->name); in timelib_tzinfo_clone()
556 static ttinfo* fetch_timezone_offset(timelib_tzinfo *tz, timelib_sll ts, timelib_sll *transition_ti… in fetch_timezone_offset()
600 static tlinfo* fetch_leaptime_offset(timelib_tzinfo *tz, timelib_sll ts) in fetch_leaptime_offset()
616 int timelib_timestamp_is_in_dst(timelib_sll ts, timelib_tzinfo *tz) in timelib_timestamp_is_in_dst()
627 timelib_time_offset *timelib_get_time_zone_info(timelib_sll ts, timelib_tzinfo *tz) in timelib_get_time_zone_info()