Home
last modified time | relevance | path

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

/php-src/ext/date/lib/
H A Dparse_tz.c186 (tz->_bit32.leapcnt == 0) && in detect_slim_file()
281 if (tz->bit64.leapcnt) { in read_64bit_types()
294 for (i = 0; i < tz->bit64.leapcnt; i++) { in read_64bit_types()
343 if (tz->_bit32.leapcnt) { in skip_32bit_types()
344 *tzf += sizeof(int32_t) * tz->_bit32.leapcnt * 2; in skip_32bit_types()
545 for (i = 0; i < tz->bit64.leapcnt; i++) { in timelib_dump_tzinfo()
750 tmp->_bit32.leapcnt = tz->_bit32.leapcnt; in timelib_tzinfo_clone()
756 tmp->bit64.leapcnt = tz->bit64.leapcnt; in timelib_tzinfo_clone()
774 if (tz->bit64.leapcnt) { in timelib_tzinfo_clone()
858 if (!tz->bit64.leapcnt || !tz->leap_times) { in fetch_leaptime_offset()
[all …]
H A Dtimelib.h195 uint32_t leapcnt; member
203 uint64_t leapcnt; member

Completed in 13 milliseconds