Home
last modified time | relevance | path

Searched refs:typecnt (Results 1 – 2 of 2) sorted by last modified time

/PHP-7.4/ext/date/lib/
H A Dtimelib.h155 uint32_t typecnt; member
163 uint64_t typecnt; member
H A Dparse_tz.c165 tz->_bit32.typecnt = timelib_conv_int_unsigned(buffer[4]); in read_32bit_header()
226 memcpy(buffer, *tzf, sizeof(unsigned char) * 6 * tz->bit64.typecnt); in read_64bit_types()
227 *tzf += sizeof(unsigned char) * 6 * tz->bit64.typecnt; in read_64bit_types()
229 tz->type = (ttinfo*) timelib_malloc(tz->bit64.typecnt * sizeof(ttinfo)); in read_64bit_types()
235 for (i = 0; i < tz->bit64.typecnt; i++) { in read_64bit_types()
309 *tzf += sizeof(unsigned char) * 6 * tz->_bit32.typecnt; in skip_32bit_types()
480 tz->bit64.typecnt = timelib_conv_int_unsigned(buffer[4]); in read_64bit_header()
570 tmp->_bit32.typecnt = tz->_bit32.typecnt; in timelib_tzinfo_clone()
576 tmp->bit64.typecnt = tz->bit64.typecnt; in timelib_tzinfo_clone()
587 memcpy(tmp->type, tz->type, tz->bit64.typecnt * sizeof(ttinfo)); in timelib_tzinfo_clone()
[all …]

Completed in 11 milliseconds