Home
last modified time | relevance | path

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

/php-src/ext/date/lib/
H A Dparse_tz.c171 tz->_bit32.ttisgmtcnt = timelib_conv_int_unsigned(buffer[0]); in read_32bit_header()
184 (tz->_bit32.ttisgmtcnt == 0) && in detect_slim_file()
317 if (tz->bit64.ttisgmtcnt) { in read_64bit_types()
322 memcpy(buffer, *tzf, sizeof(unsigned char) * tz->bit64.ttisgmtcnt); in read_64bit_types()
323 *tzf += sizeof(unsigned char) * tz->bit64.ttisgmtcnt; in read_64bit_types()
325 for (i = 0; i < tz->bit64.ttisgmtcnt; i++) { in read_64bit_types()
353 if (tz->_bit32.ttisgmtcnt) { in skip_32bit_types()
354 *tzf += sizeof(unsigned char) * tz->_bit32.ttisgmtcnt; in skip_32bit_types()
644 tz->bit64.ttisgmtcnt = timelib_conv_int_unsigned(buffer[0]); in read_64bit_header()
748 tmp->_bit32.ttisgmtcnt = tz->_bit32.ttisgmtcnt; in timelib_tzinfo_clone()
[all …]
H A Dtimelib.h193 uint32_t ttisgmtcnt; member
201 uint64_t ttisgmtcnt; member

Completed in 11 milliseconds