Home
last modified time | relevance | path

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

/PHP-7.4/ext/date/lib/
H A Dtimelib.h555 …, timelib_time *t, int *tz_not_found, const timelib_tzdb *tzdb, timelib_tz_get_wrapper tz_wrapper);
H A Dparse_date.re807 …t, timelib_time *t, int *tz_not_found, const timelib_tzdb *tzdb, timelib_tz_get_wrapper tz_wrapper)
854 if ((res = tz_wrapper(tz_abbr, tzdb, &dummy_error_code)) != NULL) {
H A Dparse_date.c809 …t, timelib_time *t, int *tz_not_found, const timelib_tzdb *tzdb, timelib_tz_get_wrapper tz_wrapper) in timelib_parse_zone() argument
856 if ((res = tz_wrapper(tz_abbr, tzdb, &dummy_error_code)) != NULL) { in timelib_parse_zone()

Completed in 40 milliseconds