Home
last modified time | relevance | path

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

/PHP-5.5/ext/date/lib/
H A Dparse_tz.c80 tz->bit32.ttisgmtcnt = timelib_conv_int(buffer[0]); in read_header()
137 if (tz->bit64.ttisgmtcnt) { in skip_64bit_types()
138 *tzf += sizeof(unsigned char) * tz->bit64.ttisgmtcnt; in skip_64bit_types()
210 if (tz->bit32.ttisgmtcnt) { in read_types()
211 buffer = (unsigned char*) malloc(tz->bit32.ttisgmtcnt * sizeof(unsigned char)); in read_types()
215 memcpy(buffer, *tzf, sizeof(unsigned char) * tz->bit32.ttisgmtcnt); in read_types()
216 *tzf += sizeof(unsigned char) * tz->bit32.ttisgmtcnt; in read_types()
218 for (i = 0; i < tz->bit32.ttisgmtcnt; i++) { in read_types()
264 printf("UTC/Local count: %lu\n", (unsigned long) tz->bit32.ttisgmtcnt); in timelib_dump_tzinfo()
365 tz->bit64.ttisgmtcnt = timelib_conv_int(buffer[0]); in read_64bit_header()
H A Dtimelib_structs.h108 uint32_t ttisgmtcnt; member
116 uint64_t ttisgmtcnt; member
H A Dtimelib.c119 tmp->bit32.ttisgmtcnt = tz->bit32.ttisgmtcnt; in timelib_tzinfo_clone()

Completed in 8 milliseconds