Home
last modified time | relevance | path

Searched defs:tzf (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/date/lib/
H A Dparse_tz.c52 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()
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()
351 const unsigned char *tzf; in timelib_timezone_id_is_valid() local
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()
[all …]

Completed in 7 milliseconds