Home
last modified time | relevance | path

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

/PHP-7.2/ext/date/lib/
H A Dparse_tz.c144 tz->bit32.typecnt = timelib_conv_int_unsigned(buffer[4]); in read_header()
195 *tzf += sizeof(unsigned char) * 6 * tz->bit64.typecnt; in skip_64bit_types()
218 memcpy(buffer, *tzf, sizeof(unsigned char) * 6 * tz->bit32.typecnt); in read_types()
219 *tzf += sizeof(unsigned char) * 6 * tz->bit32.typecnt; in read_types()
221 tz->type = (ttinfo*) timelib_malloc(tz->bit32.typecnt * sizeof(ttinfo)); in read_types()
227 for (i = 0; i < tz->bit32.typecnt; i++) { in read_types()
442 tz->bit64.typecnt = timelib_conv_int_unsigned(buffer[4]); in read_64bit_header()
532 tmp->bit32.typecnt = tz->bit32.typecnt; in timelib_tzinfo_clone()
542 tmp->type = (ttinfo*) timelib_malloc(tz->bit32.typecnt * sizeof(ttinfo)); in timelib_tzinfo_clone()
543 memcpy(tmp->type, tz->type, tz->bit32.typecnt * sizeof(ttinfo)); in timelib_tzinfo_clone()
[all …]
H A Dtimelib.h153 uint32_t typecnt; member
161 uint64_t typecnt; member

Completed in 8 milliseconds