Home
last modified time | relevance | path

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

/php-src/ext/date/lib/
H A Dparse_posix.c316 if (ps->dst_end) { in timelib_posix_str_dtor()
317 timelib_posix_trans_info_dtor(ps->dst_end); in timelib_posix_str_dtor()
393 tmp->dst_end = read_transition_spec(&ptr); in timelib_parse_posix_str()
394 if (!tmp->dst_end) { in timelib_parse_posix_str()
512 trans_end += calc_transition(tz->posix_info->dst_end, year); in timelib_get_transitions_for_year()
513 trans_end += tz->posix_info->dst_end->hour; in timelib_get_transitions_for_year()
540 if (!tz->posix_info->dst_end) { in timelib_fetch_posix_timezone_offset()
H A Dtimelib.h177 timelib_posix_trans_info *dst_end; member
/php-src/ext/date/
H A Dphp_date.c4366 if (tzobj->tzi.tz->posix_info && tzobj->tzi.tz->posix_info->dst_end) { in PHP_FUNCTION()
4386 if (tzobj->tzi.tz->posix_info && tzobj->tzi.tz->posix_info->dst_end) { in PHP_FUNCTION()

Completed in 40 milliseconds