Home
last modified time | relevance | path

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

/PHP-7.4/ext/date/lib/
H A Dparse_tz.c163 tz->_bit32.leapcnt = timelib_conv_int_unsigned(buffer[2]); in read_32bit_header()
253 if (tz->bit64.leapcnt) { in read_64bit_types()
266 for (i = 0; i < tz->bit64.leapcnt; i++) { in read_64bit_types()
315 if (tz->_bit32.leapcnt) { in skip_32bit_types()
316 *tzf += sizeof(int32_t) * tz->_bit32.leapcnt * 2; in skip_32bit_types()
407 for (i = 0; i < tz->bit64.leapcnt; i++) { in timelib_dump_tzinfo()
568 tmp->_bit32.leapcnt = tz->_bit32.leapcnt; in timelib_tzinfo_clone()
574 tmp->bit64.leapcnt = tz->bit64.leapcnt; in timelib_tzinfo_clone()
592 if (tz->bit64.leapcnt) { in timelib_tzinfo_clone()
639 if (!tz->bit64.leapcnt || !tz->leap_times) { in fetch_leaptime_offset()
[all …]
H A Dtimelib.h153 uint32_t leapcnt; member
161 uint64_t leapcnt; member

Completed in 16 milliseconds