Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/
H A Dpack.c980 zend_long ipos, opos; in PHP_FUNCTION() local
1000 for (ipos = opos = 0; opos < len; opos++) { in PHP_FUNCTION()
1001 char cc = (input[inputpos + ipos] >> nibbleshift) & 0xf; in PHP_FUNCTION()
1013 ipos++; in PHP_FUNCTION()

Completed in 9 milliseconds