Searched refs:alloced (Results 1 – 1 of 1) sorted by relevance
947 size_t alloced; in PHP_FUNCTION() local1002 alloced = ZSTR_LEN(text) + chk * breakchar_len + 1; in PHP_FUNCTION()1005 alloced = ZSTR_LEN(text) * (breakchar_len + 1) + 1; in PHP_FUNCTION()1015 alloced += (size_t) (((ZSTR_LEN(text) - current + 1)/linelength + 1) * breakchar_len) + 1; in PHP_FUNCTION()1016 newtext = zend_string_extend(newtext, alloced, 0); in PHP_FUNCTION()
Completed in 23 milliseconds