Searched refs:tlinfo (Results 1 – 2 of 2) sorted by relevance
251 tz->leap_times = (tlinfo*) timelib_malloc(tz->bit32.leapcnt * sizeof(tlinfo)); in read_types()549 tmp->leap_times = (tlinfo*) timelib_malloc(tz->bit32.leapcnt * sizeof(tlinfo)); in timelib_tzinfo_clone()550 memcpy(tmp->leap_times, tz->leap_times, tz->bit32.leapcnt * sizeof(tlinfo)); in timelib_tzinfo_clone()600 static tlinfo* fetch_leaptime_offset(timelib_tzinfo *tz, timelib_sll ts) in fetch_leaptime_offset()630 tlinfo *tl; in timelib_get_time_zone_info()
135 typedef struct _tlinfo tlinfo; typedef171 tlinfo *leap_times;
Completed in 9 milliseconds