ttisgmtcnt 86 ext/date/lib/parse_tz.c tz->bit32.ttisgmtcnt = timelib_conv_int(buffer[0]); ttisgmtcnt 143 ext/date/lib/parse_tz.c if (tz->bit64.ttisgmtcnt) { ttisgmtcnt 144 ext/date/lib/parse_tz.c *tzf += sizeof(unsigned char) * tz->bit64.ttisgmtcnt; ttisgmtcnt 216 ext/date/lib/parse_tz.c if (tz->bit32.ttisgmtcnt) { ttisgmtcnt 217 ext/date/lib/parse_tz.c buffer = (unsigned char*) timelib_malloc(tz->bit32.ttisgmtcnt * sizeof(unsigned char)); ttisgmtcnt 221 ext/date/lib/parse_tz.c memcpy(buffer, *tzf, sizeof(unsigned char) * tz->bit32.ttisgmtcnt); ttisgmtcnt 222 ext/date/lib/parse_tz.c *tzf += sizeof(unsigned char) * tz->bit32.ttisgmtcnt; ttisgmtcnt 224 ext/date/lib/parse_tz.c for (i = 0; i < tz->bit32.ttisgmtcnt; i++) { ttisgmtcnt 270 ext/date/lib/parse_tz.c printf("UTC/Local count: " TIMELIB_ULONG_FMT "\n", (timelib_ulong) tz->bit32.ttisgmtcnt); ttisgmtcnt 371 ext/date/lib/parse_tz.c tz->bit64.ttisgmtcnt = timelib_conv_int(buffer[0]); ttisgmtcnt 141 ext/date/lib/timelib.c tmp->bit32.ttisgmtcnt = tz->bit32.ttisgmtcnt; ttisgmtcnt 184 ext/date/lib/timelib_structs.h uint32_t ttisgmtcnt; ttisgmtcnt 192 ext/date/lib/timelib_structs.h uint64_t ttisgmtcnt;