Home
last modified time | relevance | path

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

/PHP-8.2/ext/date/lib/
H A Dtimelib_private.h172 ttinfo* timelib_fetch_posix_timezone_offset(timelib_tzinfo *tz, timelib_sll ts, timelib_sll *transi…
176 ttinfo* timelib_fetch_timezone_offset(timelib_tzinfo *tz, timelib_sll ts, timelib_sll *transition_t…
H A Dparse_tz.c257 tz->type = (ttinfo*) timelib_calloc(1, (tz->bit64.typecnt + 2) * sizeof(ttinfo)); in read_64bit_types()
768 tmp->type = (ttinfo*) timelib_malloc(tz->bit64.typecnt * sizeof(ttinfo)); in timelib_tzinfo_clone()
769 memcpy(tmp->type, tz->type, tz->bit64.typecnt * sizeof(ttinfo)); in timelib_tzinfo_clone()
790 ttinfo* timelib_fetch_timezone_offset(timelib_tzinfo *tz, timelib_sll ts, timelib_sll *transition_t… in timelib_fetch_timezone_offset()
872 ttinfo *to; in timelib_timestamp_is_in_dst()
883 ttinfo *to; in timelib_get_time_zone_info()
915 ttinfo *to; in timelib_get_time_zone_offset_info()
H A Dtimelib.h140 typedef struct _ttinfo ttinfo; typedef
212 ttinfo *type;
H A Dparse_posix.c531 ttinfo* timelib_fetch_posix_timezone_offset(timelib_tzinfo *tz, timelib_sll ts, timelib_sll *transi… in timelib_fetch_posix_timezone_offset()

Completed in 22 milliseconds