Home
last modified time | relevance | path

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

/PHP-7.4/ext/date/lib/
H A Dparse_tz.c87 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()
156 static void read_32bit_header(const unsigned char **tzf, timelib_tzinfo *tz) in read_32bit_header()
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()
454 const unsigned char *tzf; in timelib_timezone_id_is_valid() local
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()
[all …]

Completed in 7 milliseconds