Lines Matching refs:chk
706 size_t newtextlen, chk, breakchar_len = 1; in PHP_FUNCTION() local
760 chk = (size_t)(ZSTR_LEN(text)/linelength + 1); in PHP_FUNCTION()
761 newtext = zend_string_safe_alloc(chk, breakchar_len, ZSTR_LEN(text), 0); in PHP_FUNCTION()
762 alloced = ZSTR_LEN(text) + chk * breakchar_len + 1; in PHP_FUNCTION()
764 chk = ZSTR_LEN(text); in PHP_FUNCTION()
774 if (chk == 0) { in PHP_FUNCTION()
777 chk = (size_t) ((ZSTR_LEN(text) - current)/linelength) + 1; in PHP_FUNCTION()
788 chk--; in PHP_FUNCTION()
799 chk--; in PHP_FUNCTION()
813 chk--; in PHP_FUNCTION()
825 chk--; in PHP_FUNCTION()