Home
last modified time | relevance | path

Searched refs:chk (Results 1 – 1 of 1) sorted by last modified time

/PHP-5.6/ext/standard/
H A Dstring.c884 int textlen, breakcharlen = 1, 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 = (size_t)textlen + chk * (size_t)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