Home
last modified time | relevance | path

Searched refs:tz_wrapper (Results 1 – 3 of 3) sorted by relevance

/PHP-7.1/ext/date/lib/
H A Dtimelib.h124 …, timelib_time *t, int *tz_not_found, const timelib_tzdb *tzdb, timelib_tz_get_wrapper tz_wrapper);
H A Dparse_date.re760 …t, timelib_time *t, int *tz_not_found, const timelib_tzdb *tzdb, timelib_tz_get_wrapper tz_wrapper)
805 if ((res = tz_wrapper(tz_abbr, tzdb)) != NULL) {
H A Dparse_date.c762 …t, timelib_time *t, int *tz_not_found, const timelib_tzdb *tzdb, timelib_tz_get_wrapper tz_wrapper) in timelib_parse_zone() argument
807 if ((res = tz_wrapper(tz_abbr, tzdb)) != NULL) { in timelib_parse_zone()

Completed in 46 milliseconds