Home
last modified time | relevance | path

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

/php-src/ext/date/lib/
H A Dparse_posix.c519 transitions->types[transitions->count ] = tz->posix_info->type_index_dst_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()
H A Dparse_tz.c437 …tz->posix_info->type_index_dst_type = find_ttinfo_index(tz, tz->posix_info->dst_offset, 1, tz->pos… in integrate_posix_string()
438 if (tz->posix_info->type_index_dst_type == TIMELIB_UNSET) { 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()
573 trans_str = format_offset_type(tz, tz->posix_info->type_index_dst_type); in timelib_dump_tzinfo()
H A Dtimelib.h180 int type_index_dst_type; // index into tz->type member

Completed in 14 milliseconds