Lines Matching refs:timelib_tzinfo

94 static int read_php_preamble(const unsigned char **tzf, timelib_tzinfo *tz)  in read_php_preamble()
117 static int read_tzif_preamble(const unsigned char **tzf, timelib_tzinfo *tz) in read_tzif_preamble()
152 static int read_preamble(const unsigned char **tzf, timelib_tzinfo *tz, unsigned int *type) in read_preamble()
166 static void read_32bit_header(const unsigned char **tzf, timelib_tzinfo *tz) in read_32bit_header()
181 static int detect_slim_file(timelib_tzinfo *tz) in detect_slim_file()
197 static int read_64bit_transitions(const unsigned char **tzf, timelib_tzinfo *tz) in read_64bit_transitions()
233 static void skip_32bit_transitions(const unsigned char **tzf, timelib_tzinfo *tz) in skip_32bit_transitions()
241 static int read_64bit_types(const unsigned char **tzf, timelib_tzinfo *tz) in read_64bit_types()
334 static void skip_32bit_types(const unsigned char **tzf, timelib_tzinfo *tz) in skip_32bit_types()
358 static void read_posix_string(const unsigned char **tzf, timelib_tzinfo *tz) in read_posix_string()
377 static signed int find_ttinfo_index(timelib_tzinfo *tz, int32_t offset, int isdst, char *abbr) in find_ttinfo_index()
394 static unsigned int add_abbr(timelib_tzinfo *tz, char *abbr) in add_abbr()
406 static signed int add_new_ttinfo_index(timelib_tzinfo *tz, int32_t offset, int isdst, char *abbr) in add_new_ttinfo_index()
419 static int integrate_posix_string(timelib_tzinfo *tz) in integrate_posix_string()
446 static void read_location(const unsigned char **tzf, timelib_tzinfo *tz) in read_location()
465 static void set_default_location_and_comments(const unsigned char **tzf, timelib_tzinfo *tz) in set_default_location_and_comments()
474 static char *format_ut_time(timelib_sll ts, timelib_tzinfo *tz) in format_ut_time()
491 static char *format_offset_type(timelib_tzinfo *tz, int i) in format_offset_type()
510 void timelib_dump_tzinfo(timelib_tzinfo *tz) in timelib_dump_tzinfo()
623 static int skip_64bit_preamble(const unsigned char **tzf, timelib_tzinfo *tz) in skip_64bit_preamble()
639 static void read_64bit_header(const unsigned char **tzf, timelib_tzinfo *tz) in read_64bit_header()
653 static timelib_tzinfo* timelib_tzinfo_ctor(const char *name) in timelib_tzinfo_ctor()
655 timelib_tzinfo *t; in timelib_tzinfo_ctor()
656 t = timelib_calloc(1, sizeof(timelib_tzinfo)); in timelib_tzinfo_ctor()
662 timelib_tzinfo *timelib_parse_tzfile(const char *timezone, const timelib_tzdb *tzdb, int *error_cod… in timelib_parse_tzfile()
665 timelib_tzinfo *tmp; in timelib_parse_tzfile()
728 void timelib_tzinfo_dtor(timelib_tzinfo *tz) in timelib_tzinfo_dtor()
745 timelib_tzinfo *timelib_tzinfo_clone(timelib_tzinfo *tz) in timelib_tzinfo_clone()
747 timelib_tzinfo *tmp = timelib_tzinfo_ctor(tz->name); in timelib_tzinfo_clone()
790 ttinfo* timelib_fetch_timezone_offset(timelib_tzinfo *tz, timelib_sll ts, timelib_sll *transition_t… in timelib_fetch_timezone_offset()
854 static tlinfo* fetch_leaptime_offset(timelib_tzinfo *tz, timelib_sll ts) in fetch_leaptime_offset()
870 int timelib_timestamp_is_in_dst(timelib_sll ts, timelib_tzinfo *tz) in timelib_timestamp_is_in_dst()
881 timelib_time_offset *timelib_get_time_zone_info(timelib_sll ts, timelib_tzinfo *tz) in timelib_get_time_zone_info()
913 int timelib_get_time_zone_offset_info(timelib_sll ts, timelib_tzinfo *tz, int32_t* offset, timelib_… in timelib_get_time_zone_offset_info()