Lines Matching defs:tzf

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()
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()
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()
580 static int seek_to_tz_position(const unsigned char **tzf, const char *timezone, const timelib_tzdb … in seek_to_tz_position()
619 const unsigned char *tzf; in timelib_timezone_id_is_valid() local
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()
664 const unsigned char *tzf; in timelib_parse_tzfile() local