Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dpack.c984 zend_long ipos, opos; in PHP_FUNCTION() local
997 for (ipos = opos = 0; opos < len; opos++) { in PHP_FUNCTION()
998 char cc = (input[inputpos + ipos] >> nibbleshift) & 0xf; in PHP_FUNCTION()
1010 ipos++; in PHP_FUNCTION()

Completed in 6 milliseconds