Home
last modified time | relevance | path

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

/PHP-5.4/ext/date/lib/
H A Dtimelib_structs.h90 typedef struct tlinfo struct
94 } tlinfo; argument
120 tlinfo *leap_times;
H A Dtimelib.c135 tmp->leap_times = (tlinfo*) malloc(tz->leapcnt * sizeof(tlinfo)); in timelib_tzinfo_clone()
136 memcpy(tmp->leap_times, tz->leap_times, tz->leapcnt * sizeof(tlinfo)); in timelib_tzinfo_clone()
H A Dparse_tz.c156 tz->leap_times = (tlinfo*) malloc(tz->leapcnt * sizeof(tlinfo)); in read_types()
379 static tlinfo* fetch_leaptime_offset(timelib_tzinfo *tz, timelib_sll ts) in fetch_leaptime_offset()
409 tlinfo *tl; in timelib_get_time_zone_info()

Completed in 9 milliseconds