typecnt 90 ext/date/lib/parse_tz.c tz->bit32.typecnt = timelib_conv_int(buffer[4]); typecnt 135 ext/date/lib/parse_tz.c *tzf += sizeof(unsigned char) * 6 * tz->bit64.typecnt; typecnt 154 ext/date/lib/parse_tz.c buffer = (unsigned char*) timelib_malloc(tz->bit32.typecnt * sizeof(unsigned char) * 6); typecnt 158 ext/date/lib/parse_tz.c memcpy(buffer, *tzf, sizeof(unsigned char) * 6 * tz->bit32.typecnt); typecnt 159 ext/date/lib/parse_tz.c *tzf += sizeof(unsigned char) * 6 * tz->bit32.typecnt; typecnt 161 ext/date/lib/parse_tz.c tz->type = (ttinfo*) timelib_malloc(tz->bit32.typecnt * sizeof(struct ttinfo)); typecnt 167 ext/date/lib/parse_tz.c for (i = 0; i < tz->bit32.typecnt; i++) { typecnt 274 ext/date/lib/parse_tz.c printf("Local types count: " TIMELIB_ULONG_FMT "\n", (timelib_ulong) tz->bit32.typecnt); typecnt 375 ext/date/lib/parse_tz.c tz->bit64.typecnt = timelib_conv_int(buffer[4]); typecnt 416 ext/date/lib/parse_tz.c if (tz->bit32.typecnt == 1) { typecnt 145 ext/date/lib/timelib.c tmp->bit32.typecnt = tz->bit32.typecnt; typecnt 153 ext/date/lib/timelib.c tmp->type = (ttinfo*) timelib_malloc(tz->bit32.typecnt * sizeof(struct ttinfo)); typecnt 154 ext/date/lib/timelib.c memcpy(tmp->type, tz->type, tz->bit32.typecnt * sizeof(struct ttinfo)); typecnt 188 ext/date/lib/timelib_structs.h uint32_t typecnt; typecnt 196 ext/date/lib/timelib_structs.h uint64_t typecnt;