Home
last modified time | relevance | path

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

/PHP-5.5/ext/date/lib/
H A Dparse_tz.c240 uint32_t comments_len; in read_location() local
247 comments_len = timelib_conv_int(buffer[2]); in read_location()
250 tz->location.comments = malloc(comments_len + 1); in read_location()
251 memcpy(tz->location.comments, *tzf, comments_len); in read_location()
252 tz->location.comments[comments_len] = '\0'; in read_location()
253 *tzf += comments_len; in read_location()

Completed in 12 milliseconds