Home
last modified time | relevance | path

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

/PHP-5.3/ext/date/lib/
H A Dtimelib.c122 tmp->charcnt = tz->charcnt; in timelib_tzinfo_clone()
132 tmp->timezone_abbr = (char*) malloc(tz->charcnt); in timelib_tzinfo_clone()
133 memcpy(tmp->timezone_abbr, tz->timezone_abbr, tz->charcnt); in timelib_tzinfo_clone()
H A Dparse_tz.c80 tz->charcnt = timelib_conv_int(buffer[5]); in read_header()
141 tz->timezone_abbr = (char*) malloc(tz->charcnt); in read_types()
145 memcpy(tz->timezone_abbr, *tzf, sizeof(char) * tz->charcnt); in read_types()
146 *tzf += sizeof(char) * tz->charcnt; in read_types()
229 printf("Zone Abbr. count: %lu\n", (unsigned long) tz->charcnt); in timelib_dump_tzinfo()
H A Dtimelib_structs.h112 uint32_t charcnt; member

Completed in 11 milliseconds