Home
last modified time | relevance | path

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

/PHP-8.4/ext/standard/
H A Dpack.c710 zend_long formatlen, inputpos, inputlen; in PHP_FUNCTION() local
724 inputlen = ZSTR_LEN(inputarg); in PHP_FUNCTION()
728 if (offset < 0 || offset > inputlen) { in PHP_FUNCTION()
734 inputlen -= offset; in PHP_FUNCTION()
885 if ((inputpos + size) <= inputlen) { in PHP_FUNCTION()
905 zend_long len = inputlen - inputpos; /* Remaining string */ in PHP_FUNCTION()
921 zend_long len = inputlen - inputpos; /* Remaining string */ in PHP_FUNCTION()
950 len = inputlen - inputpos; /* Remaining string */ in PHP_FUNCTION()
974 zend_long len = (inputlen - inputpos) * 2; /* Remaining */ in PHP_FUNCTION()
1166 if (repetitions <= inputlen) { in PHP_FUNCTION()
[all …]
H A Dfile.c994 size_t inputlen; in PHP_FUNCTION() local
1003 Z_PARAM_STRING(input, inputlen) in PHP_FUNCTION()
1009 num_bytes = inputlen; in PHP_FUNCTION()
1013 num_bytes = MIN((size_t) maxlen, inputlen); in PHP_FUNCTION()

Completed in 17 milliseconds