Home
last modified time | relevance | path

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

/php-src/ext/dom/lexbor/lexbor/css/
H A Dparser.c228 size_t length, new_length; in lxb_css_parser_types_push() local
238 new_length = length + 1024; in lxb_css_parser_types_push()
241 new_length * sizeof(lxb_css_syntax_token_type_t)); in lxb_css_parser_types_push()
247 parser->types_end = tmp + new_length; in lxb_css_parser_types_push()
/php-src/ext/date/lib/
H A Dparse_tz.c397 size_t new_length = old_length + strlen(abbr) + 1; in add_abbr() local
398 tz->timezone_abbr = (char*) timelib_realloc(tz->timezone_abbr, new_length); in add_abbr()
400 tz->bit64.charcnt = new_length; in add_abbr()
401 tz->timezone_abbr[new_length - 1] = '\0'; in add_abbr()

Completed in 11 milliseconds