Home
last modified time | relevance | path

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

/PHP-5.5/ext/date/lib/
H A Dparse_tz.c91 if (tz->bit64.timecnt) { in skip_64bit_transistions()
92 *tzf += (sizeof(int64_t) * tz->bit64.timecnt); in skip_64bit_transistions()
93 *tzf += (sizeof(unsigned char) * tz->bit64.timecnt); in skip_64bit_transistions()
130 *tzf += sizeof(char) * tz->bit64.charcnt; in skip_64bit_types()
131 if (tz->bit64.leapcnt) { in skip_64bit_types()
132 *tzf += sizeof(int64_t) * tz->bit64.leapcnt * 2; in skip_64bit_types()
134 if (tz->bit64.ttisstdcnt) { in skip_64bit_types()
137 if (tz->bit64.ttisgmtcnt) { in skip_64bit_types()
365 tz->bit64.ttisgmtcnt = timelib_conv_int(buffer[0]); in read_64bit_header()
366 tz->bit64.ttisstdcnt = timelib_conv_int(buffer[1]); in read_64bit_header()
[all …]
H A Dtimelib_structs.h122 } bit64; member

Completed in 7 milliseconds