Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dstring.c894 int textlen, breakcharlen = 1, newtextlen, chk; in PHP_FUNCTION() local
943 chk = (int)(textlen/linelength + 1); in PHP_FUNCTION()
944 newtext = safe_emalloc(chk, breakcharlen, textlen + 1); in PHP_FUNCTION()
945 alloced = textlen + chk * breakcharlen + 1; in PHP_FUNCTION()
947 chk = textlen; in PHP_FUNCTION()
957 if (chk <= 0) { in PHP_FUNCTION()
960 chk = (int) ((textlen - current)/linelength) + 1; in PHP_FUNCTION()
971 chk--; in PHP_FUNCTION()
982 chk--; in PHP_FUNCTION()
996 chk--; in PHP_FUNCTION()
[all …]

Completed in 20 milliseconds