Home
last modified time | relevance | path

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

/PHP-5.5/ext/date/lib/
H A Dparse_tz.c47 #define timelib_conv_int(l) (l) macro
80 tz->bit32.ttisgmtcnt = timelib_conv_int(buffer[0]); in read_header()
81 tz->bit32.ttisstdcnt = timelib_conv_int(buffer[1]); in read_header()
82 tz->bit32.leapcnt = timelib_conv_int(buffer[2]); in read_header()
83 tz->bit32.timecnt = timelib_conv_int(buffer[3]); in read_header()
84 tz->bit32.typecnt = timelib_conv_int(buffer[4]); in read_header()
85 tz->bit32.charcnt = timelib_conv_int(buffer[5]); in read_header()
111 buffer[i] = timelib_conv_int(buffer[i]); in read_transistions()
247 comments_len = timelib_conv_int(buffer[2]); in read_location()
365 tz->bit64.ttisgmtcnt = timelib_conv_int(buffer[0]); in read_64bit_header()
[all …]

Completed in 18 milliseconds