Home
last modified time | relevance | path

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

/PHP-5.6/ext/date/lib/
H A Dparse_tz.c97 if (tz->bit64.timecnt) { in skip_64bit_transistions()
98 *tzf += (sizeof(int64_t) * tz->bit64.timecnt); in skip_64bit_transistions()
99 *tzf += (sizeof(unsigned char) * tz->bit64.timecnt); in skip_64bit_transistions()
136 *tzf += sizeof(char) * tz->bit64.charcnt; in skip_64bit_types()
137 if (tz->bit64.leapcnt) { in skip_64bit_types()
138 *tzf += sizeof(int64_t) * tz->bit64.leapcnt * 2; in skip_64bit_types()
140 if (tz->bit64.ttisstdcnt) { in skip_64bit_types()
143 if (tz->bit64.ttisgmtcnt) { in skip_64bit_types()
371 tz->bit64.ttisgmtcnt = timelib_conv_int(buffer[0]); in read_64bit_header()
372 tz->bit64.ttisstdcnt = timelib_conv_int(buffer[1]); in read_64bit_header()
[all …]
H A Dtimelib_structs.h198 } bit64; member

Completed in 8 milliseconds