Home
last modified time | relevance | path

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

/PHP-7.4/ext/date/lib/
H A Dparse_tz.c161 tz->_bit32.ttisgmtcnt = timelib_conv_int_unsigned(buffer[0]); in read_32bit_header()
289 if (tz->bit64.ttisgmtcnt) { in read_64bit_types()
290 buffer = (unsigned char*) timelib_malloc(tz->bit64.ttisgmtcnt * sizeof(unsigned char)); in read_64bit_types()
294 memcpy(buffer, *tzf, sizeof(unsigned char) * tz->bit64.ttisgmtcnt); in read_64bit_types()
295 *tzf += sizeof(unsigned char) * tz->bit64.ttisgmtcnt; in read_64bit_types()
297 for (i = 0; i < tz->bit64.ttisgmtcnt; i++) { in read_64bit_types()
325 if (tz->_bit32.ttisgmtcnt) { in skip_32bit_types()
326 *tzf += sizeof(unsigned char) * tz->_bit32.ttisgmtcnt; in skip_32bit_types()
476 tz->bit64.ttisgmtcnt = timelib_conv_int_unsigned(buffer[0]); in read_64bit_header()
566 tmp->_bit32.ttisgmtcnt = tz->_bit32.ttisgmtcnt; in timelib_tzinfo_clone()
[all …]
H A Dtimelib.h151 uint32_t ttisgmtcnt; member
159 uint64_t ttisgmtcnt; member

Completed in 12 milliseconds