Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dstring.c807 int textlen, breakcharlen = 1, newtextlen, chk; in PHP_FUNCTION() local
856 chk = (int)(textlen/linelength + 1); in PHP_FUNCTION()
857 newtext = safe_emalloc(chk, breakcharlen, textlen + 1); in PHP_FUNCTION()
858 alloced = textlen + chk * breakcharlen + 1; in PHP_FUNCTION()
860 chk = textlen; in PHP_FUNCTION()
870 if (chk <= 0) { in PHP_FUNCTION()
873 chk = (int) ((textlen - current)/linelength) + 1; in PHP_FUNCTION()
884 chk--; in PHP_FUNCTION()
895 chk--; in PHP_FUNCTION()
909 chk--; in PHP_FUNCTION()
[all …]

Completed in 16 milliseconds