Home
last modified time | relevance | path

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

/PHP-7.1/ext/date/lib/
H A Dparse_tz.c53 #define timelib_conv_int(l) (l) macro
86 tz->bit32.ttisgmtcnt = timelib_conv_int(buffer[0]); in read_header()
87 tz->bit32.ttisstdcnt = timelib_conv_int(buffer[1]); in read_header()
88 tz->bit32.leapcnt = timelib_conv_int(buffer[2]); in read_header()
89 tz->bit32.timecnt = timelib_conv_int(buffer[3]); in read_header()
90 tz->bit32.typecnt = timelib_conv_int(buffer[4]); in read_header()
91 tz->bit32.charcnt = timelib_conv_int(buffer[5]); in read_header()
117 buffer[i] = timelib_conv_int(buffer[i]); in read_transistions()
253 comments_len = timelib_conv_int(buffer[2]); in read_location()
371 tz->bit64.ttisgmtcnt = timelib_conv_int(buffer[0]); in read_64bit_header()
[all …]

Completed in 5 milliseconds