Home
last modified time | relevance | path

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

/PHP-7.2/ext/date/lib/
H A Dparse_tz.c309 uint32_t comments_len; in read_location() local
316 comments_len = timelib_conv_int_unsigned(buffer[2]); in read_location()
319 tz->location.comments = timelib_malloc(comments_len + 1); in read_location()
320 memcpy(tz->location.comments, *tzf, comments_len); in read_location()
321 tz->location.comments[comments_len] = '\0'; in read_location()
322 *tzf += comments_len; in read_location()

Completed in 7 milliseconds