Home
last modified time | relevance | path

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

/PHP-5.4/ext/date/lib/
H A Dparse_tz.c79 tz->typecnt = timelib_conv_int(buffer[4]); in read_header()
120 buffer = (unsigned char*) malloc(tz->typecnt * sizeof(unsigned char) * 6); in read_types()
124 memcpy(buffer, *tzf, sizeof(unsigned char) * 6 * tz->typecnt); in read_types()
125 *tzf += sizeof(unsigned char) * 6 * tz->typecnt; in read_types()
127 tz->type = (ttinfo*) malloc(tz->typecnt * sizeof(struct ttinfo)); in read_types()
133 for (i = 0; i < tz->typecnt; i++) { in read_types()
228 printf("Local types count: %lu\n", (unsigned long) tz->typecnt); in timelib_dump_tzinfo()
343 if (tz->typecnt == 1) { in fetch_timezone_offset()
H A Dtimelib.c121 tmp->typecnt = tz->typecnt; in timelib_tzinfo_clone()
129 tmp->type = (ttinfo*) malloc(tz->typecnt * sizeof(struct ttinfo)); in timelib_tzinfo_clone()
130 memcpy(tmp->type, tz->type, tz->typecnt * sizeof(struct ttinfo)); in timelib_tzinfo_clone()
H A Dtimelib_structs.h111 uint32_t typecnt; member

Completed in 10 milliseconds