Home
last modified time | relevance | path

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

/PHP-5.4/ext/date/lib/
H A Dparse_tz.c47 #define timelib_conv_int(l) (l) macro
75 tz->ttisgmtcnt = timelib_conv_int(buffer[0]); in read_header()
76 tz->ttisstdcnt = timelib_conv_int(buffer[1]); in read_header()
77 tz->leapcnt = timelib_conv_int(buffer[2]); in read_header()
78 tz->timecnt = timelib_conv_int(buffer[3]); in read_header()
79 tz->typecnt = timelib_conv_int(buffer[4]); in read_header()
80 tz->charcnt = timelib_conv_int(buffer[5]); in read_header()
98 buffer[i] = timelib_conv_int(buffer[i]); in read_transistions()
203 tz->location.latitude = timelib_conv_int(buffer[0]); in read_location()
205 tz->location.longitude = timelib_conv_int(buffer[1]); in read_location()
[all …]

Completed in 5 milliseconds