Home
last modified time | relevance | path

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

/PHP-7.2/ext/date/lib/
H A Dparse_tz.c221 tz->type = (ttinfo*) timelib_malloc(tz->bit32.typecnt * sizeof(ttinfo)); in read_types()
542 tmp->type = (ttinfo*) timelib_malloc(tz->bit32.typecnt * sizeof(ttinfo)); in timelib_tzinfo_clone()
543 memcpy(tmp->type, tz->type, tz->bit32.typecnt * sizeof(ttinfo)); in timelib_tzinfo_clone()
556 static ttinfo* fetch_timezone_offset(timelib_tzinfo *tz, timelib_sll ts, timelib_sll *transition_ti… in fetch_timezone_offset()
618 ttinfo *to; in timelib_timestamp_is_in_dst()
629 ttinfo *to; in timelib_get_time_zone_info()
H A Dtimelib.h134 typedef struct _ttinfo ttinfo; typedef
168 ttinfo *type;
/PHP-7.2/
H A DNEWS1429 . Fixed bug #75149 (redefinition of typedefs ttinfo and t1info). (Remi)

Completed in 15 milliseconds