Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dpack.c712 zend_long formatlen, inputpos, inputlen; in PHP_FUNCTION() local
726 inputlen = ZSTR_LEN(inputarg); in PHP_FUNCTION()
730 if (offset < 0 || offset > inputlen) { in PHP_FUNCTION()
736 inputlen -= offset; in PHP_FUNCTION()
887 if ((inputpos + size) <= inputlen) { in PHP_FUNCTION()
907 zend_long len = inputlen - inputpos; /* Remaining string */ in PHP_FUNCTION()
923 zend_long len = inputlen - inputpos; /* Remaining string */ in PHP_FUNCTION()
952 len = inputlen - inputpos; /* Remaining string */ in PHP_FUNCTION()
976 zend_long len = (inputlen - inputpos) * 2; /* Remaining */ in PHP_FUNCTION()
1161 if (repetitions <= inputlen) { in PHP_FUNCTION()
[all …]
H A Dfile.c1002 size_t inputlen; in PHP_FUNCTION() local
1011 Z_PARAM_STRING(input, inputlen) in PHP_FUNCTION()
1017 num_bytes = inputlen; in PHP_FUNCTION()
1021 num_bytes = MIN((size_t) maxlen, inputlen); in PHP_FUNCTION()

Completed in 21 milliseconds