Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dstring.c709 size_t alloced; in PHP_FUNCTION() local
764 alloced = ZSTR_LEN(text) + chk * breakchar_len + 1; in PHP_FUNCTION()
767 alloced = ZSTR_LEN(text) * (breakchar_len + 1) + 1; in PHP_FUNCTION()
777 alloced += (size_t) (((ZSTR_LEN(text) - current + 1)/linelength + 1) * breakchar_len) + 1; in PHP_FUNCTION()
778 newtext = zend_string_extend(newtext, alloced, 0); in PHP_FUNCTION()

Completed in 17 milliseconds