Lines Matching refs:outlen
2812 int inlen, outlen; in PHP_FUNCTION() local
2829 outlen = 0; in PHP_FUNCTION()
2838 outlen++; in PHP_FUNCTION()
2845 outlen++; in PHP_FUNCTION()
2861 outlen++; in PHP_FUNCTION()
2866 outlen++; in PHP_FUNCTION()
2882 out = emalloc(outlen + 1); in PHP_FUNCTION()
2933 if (outp - out != outlen) { in PHP_FUNCTION()
2934 php_error_docref(NULL, E_WARNING, "outp - out [%zd] != outlen [%d]", outp - out, outlen); in PHP_FUNCTION()
2938 RETURN_STRINGL((char*)out, outlen); in PHP_FUNCTION()
2952 int inlen, outlen; in PHP_FUNCTION() local
2968 outlen = 0; in PHP_FUNCTION()
2975 outlen++; in PHP_FUNCTION()
2977 outlen++; in PHP_FUNCTION()
2979 outlen++; in PHP_FUNCTION()
2991 outlen++; in PHP_FUNCTION()
2993 outlen++; in PHP_FUNCTION()
2999 out = zend_string_safe_alloc(1, outlen, 0, 0); in PHP_FUNCTION()