Lines Matching refs:chk
680 size_t newtextlen, chk, breakchar_len = 1; in PHP_FUNCTION() local
734 chk = (size_t)(ZSTR_LEN(text)/linelength + 1); in PHP_FUNCTION()
735 newtext = zend_string_safe_alloc(chk, breakchar_len, ZSTR_LEN(text), 0); in PHP_FUNCTION()
736 alloced = ZSTR_LEN(text) + chk * breakchar_len + 1; in PHP_FUNCTION()
738 chk = ZSTR_LEN(text); in PHP_FUNCTION()
748 if (chk == 0) { in PHP_FUNCTION()
751 chk = (size_t) ((ZSTR_LEN(text) - current)/linelength) + 1; in PHP_FUNCTION()
762 chk--; in PHP_FUNCTION()
773 chk--; in PHP_FUNCTION()
787 chk--; in PHP_FUNCTION()
799 chk--; in PHP_FUNCTION()