Home
last modified time | relevance | path

Searched refs:posix_info (Results 1 – 4 of 4) sorted by relevance

/PHP-8.2/ext/date/lib/
H A Dparse_posix.c507 trans_begin += calc_transition(tz->posix_info->dst_begin, year); in timelib_get_transitions_for_year()
508 trans_begin += tz->posix_info->dst_begin->hour; in timelib_get_transitions_for_year()
509 trans_begin -= tz->posix_info->std_offset; in timelib_get_transitions_for_year()
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()
514 trans_end -= tz->posix_info->dst_offset; in timelib_get_transitions_for_year()
519 transitions->types[transitions->count ] = tz->posix_info->type_index_dst_type; in timelib_get_transitions_for_year()
520 transitions->types[transitions->count+1] = tz->posix_info->type_index_std_type; in timelib_get_transitions_for_year()
524 transitions->types[transitions->count+1] = tz->posix_info->type_index_dst_type; in timelib_get_transitions_for_year()
540 if (!tz->posix_info->dst_end) { in timelib_fetch_posix_timezone_offset()
[all …]
H A Dparse_tz.c422 if (!tz->posix_info) { in integrate_posix_string()
426 …tz->posix_info->type_index_std_type = find_ttinfo_index(tz, tz->posix_info->std_offset, 0, tz->pos… in integrate_posix_string()
428 …tz->posix_info->type_index_std_type = add_new_ttinfo_index(tz, tz->posix_info->std_offset, 0, tz-> in integrate_posix_string()
433 if (!tz->posix_info->dst) { in integrate_posix_string()
437 …tz->posix_info->type_index_dst_type = find_ttinfo_index(tz, tz->posix_info->dst_offset, 1, tz->pos… in integrate_posix_string()
439 …tz->posix_info->type_index_dst_type = add_new_ttinfo_index(tz, tz->posix_info->dst_offset, 1, tz-> in integrate_posix_string()
567 if (tz->posix_info && tz->posix_info->std) { in timelib_dump_tzinfo()
572 if (tz->posix_info->dst) { in timelib_dump_tzinfo()
738 if (tz->posix_info) { in timelib_tzinfo_dtor()
801 if (tz->posix_info) { in timelib_fetch_timezone_offset()
[all …]
H A Dtimelib.h220 timelib_posix_str *posix_info; member
/PHP-8.2/ext/date/
H A Dphp_date.c4073 if (tzobj->tzi.tz->posix_info && tzobj->tzi.tz->posix_info->dst_end) { in PHP_FUNCTION()
4093 if (tzobj->tzi.tz->posix_info && tzobj->tzi.tz->posix_info->dst_end) { in PHP_FUNCTION()

Completed in 95 milliseconds