Home
last modified time | relevance | path

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

/PHP-5.4/ext/date/lib/
H A Dparse_tz.c75 tz->ttisgmtcnt = timelib_conv_int(buffer[0]); in read_header()
182 if (tz->ttisgmtcnt) { in read_types()
183 buffer = (unsigned char*) malloc(tz->ttisgmtcnt * sizeof(unsigned char)); in read_types()
187 memcpy(buffer, *tzf, sizeof(unsigned char) * tz->ttisgmtcnt); in read_types()
188 *tzf += sizeof(unsigned char) * tz->ttisgmtcnt; in read_types()
190 for (i = 0; i < tz->ttisgmtcnt; i++) { in read_types()
224 printf("UTC/Local count: %lu\n", (unsigned long) tz->ttisgmtcnt); in timelib_dump_tzinfo()
H A Dtimelib.c117 tmp->ttisgmtcnt = tz->ttisgmtcnt; in timelib_tzinfo_clone()
H A Dtimelib_structs.h107 uint32_t ttisgmtcnt; member

Completed in 8 milliseconds