Searched refs:leapcnt (Results 1 – 2 of 2) sorted by relevance
186 (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 …]
195 uint32_t leapcnt; member203 uint64_t leapcnt; member
Completed in 19 milliseconds