Searched defs:tzdb (Results 1 – 4 of 4) sorted by relevance
/PHP-7.1/ext/date/lib/ |
H A D | parse_tz.c | 305 static int seek_to_tz_position(const unsigned char **tzf, char *timezone, const timelib_tzdb *tzdb) in seek_to_tz_position() 355 int timelib_timezone_id_is_valid(char *timezone, const timelib_tzdb *tzdb) in timelib_timezone_id_is_valid() 380 timelib_tzinfo *timelib_parse_tzfile(char *timezone, const timelib_tzdb *tzdb) in timelib_parse_tzfile()
|
H A D | parse_date.c | 165 const timelib_tzdb *tzdb; member 762 …_zone(char **ptr, int *dst, timelib_time *t, int *tz_not_found, const timelib_tzdb *tzdb, timelib_… in timelib_parse_zone() 24883 …e(char *s, size_t len, struct timelib_error_container **errors, const timelib_tzdb *tzdb, timelib_… in timelib_strtotime() 24999 …at, char *string, size_t len, timelib_error_container **errors, const timelib_tzdb *tzdb, timelib_… in timelib_parse_from_format()
|
H A D | parse_iso_intervals.c | 199 …imelib_get_zone(char **ptr, int *dst, timelib_time *t, int *tz_not_found, const timelib_tzdb *tzdb) in timelib_get_zone()
|
/PHP-7.1/ext/date/ |
H A D | php_date.c | 922 const timelib_tzdb *tzdb = DATE_TIMEZONEDB; in PHP_MINFO_FUNCTION() local 937 static timelib_tzinfo *php_date_parse_tzfile(char *formal_tzname, const timelib_tzdb *tzdb) in php_date_parse_tzfile() 957 timelib_tzinfo *php_date_parse_tzfile_wrapper(char *formal_tzname, const timelib_tzdb *tzdb) in php_date_parse_tzfile_wrapper() 987 static char* guess_timezone(const timelib_tzdb *tzdb) in guess_timezone() 1439 PHPAPI void php_date_set_tzdb(timelib_tzdb *tzdb) in php_date_set_tzdb() 4743 const timelib_tzdb *tzdb; in PHP_FUNCTION() local 4783 const timelib_tzdb *tzdb; in PHP_FUNCTION() local
|
Completed in 50 milliseconds