Searched refs:tlinfo (Results 1 – 2 of 2) sorted by relevance
261 tz->leap_times = (tlinfo*) timelib_malloc(tz->bit64.leapcnt * sizeof(tlinfo)); in read_64bit_types()593 tmp->leap_times = (tlinfo*) timelib_malloc(tz->bit64.leapcnt * sizeof(tlinfo)); in timelib_tzinfo_clone()594 memcpy(tmp->leap_times, tz->leap_times, tz->bit64.leapcnt * sizeof(tlinfo)); in timelib_tzinfo_clone()635 static tlinfo* fetch_leaptime_offset(timelib_tzinfo *tz, timelib_sll ts) in fetch_leaptime_offset()665 tlinfo *tl; in timelib_get_time_zone_info()
137 typedef struct _tlinfo tlinfo; typedef173 tlinfo *leap_times;
Completed in 9 milliseconds