Home
last modified time | relevance | path

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

/PHP-8.2/ext/date/lib/
H A Dparse_tz.c189 (tz->_bit32.charcnt == 1) in detect_slim_file()
235 if (tz->_bit32.timecnt) { in skip_32bit_transitions()
343 if (tz->_bit32.leapcnt) { in skip_32bit_types()
348 if (tz->_bit32.ttisstdcnt) { in skip_32bit_types()
353 if (tz->_bit32.ttisgmtcnt) { in skip_32bit_types()
748 tmp->_bit32.ttisgmtcnt = tz->_bit32.ttisgmtcnt; in timelib_tzinfo_clone()
749 tmp->_bit32.ttisstdcnt = tz->_bit32.ttisstdcnt; in timelib_tzinfo_clone()
750 tmp->_bit32.leapcnt = tz->_bit32.leapcnt; in timelib_tzinfo_clone()
751 tmp->_bit32.timecnt = tz->_bit32.timecnt; in timelib_tzinfo_clone()
752 tmp->_bit32.typecnt = tz->_bit32.typecnt; in timelib_tzinfo_clone()
[all …]
H A Dtimelib.h199 } _bit32; member

Completed in 11 milliseconds