Home
last modified time | relevance | path

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

/PHP-8.2/ext/date/lib/
H A Dtimelib.h609 …, timelib_time *t, int *tz_not_found, const timelib_tzdb *tzdb, timelib_tz_get_wrapper tz_wrapper);
H A Dparse_date.re938 …t, timelib_time *t, int *tz_not_found, const timelib_tzdb *tzdb, timelib_tz_get_wrapper tz_wrapper)
984 if ((res = tz_wrapper(tz_abbr, tzdb, &dummy_error_code)) != NULL) {
H A Dparse_date.c940 …t, timelib_time *t, int *tz_not_found, const timelib_tzdb *tzdb, timelib_tz_get_wrapper tz_wrapper) in timelib_parse_zone() argument
986 if ((res = tz_wrapper(tz_abbr, tzdb, &dummy_error_code)) != NULL) { in timelib_parse_zone()

Completed in 50 milliseconds