Home
last modified time | relevance | path

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

/PHP-5.4/ext/standard/
H A Dstring.c880 int textlen, breakcharlen = 1, newtextlen, chk; in PHP_FUNCTION() local
929 chk = (int)(textlen/linelength + 1); in PHP_FUNCTION()
930 newtext = safe_emalloc(chk, breakcharlen, textlen + 1); in PHP_FUNCTION()
931 alloced = textlen + chk * breakcharlen + 1; in PHP_FUNCTION()
933 chk = textlen; in PHP_FUNCTION()
943 if (chk <= 0) { in PHP_FUNCTION()
946 chk = (int) ((textlen - current)/linelength) + 1; in PHP_FUNCTION()
957 chk--; in PHP_FUNCTION()
968 chk--; in PHP_FUNCTION()
982 chk--; in PHP_FUNCTION()
[all …]

Completed in 30 milliseconds