Lines Matching refs:outlen
2746 int arg_len, inlen, outlen; in PHP_FUNCTION() local
2763 outlen = 0; in PHP_FUNCTION()
2772 outlen++; in PHP_FUNCTION()
2779 outlen++; in PHP_FUNCTION()
2795 outlen++; in PHP_FUNCTION()
2800 outlen++; in PHP_FUNCTION()
2816 out = emalloc(outlen + 1); in PHP_FUNCTION()
2867 if (outp - out != outlen) { in PHP_FUNCTION()
2868 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "outp - out [%ld] != outlen [%d]", outp - out, outlen); in PHP_FUNCTION()
2872 RETURN_STRINGL(out, outlen, 0); in PHP_FUNCTION()
2885 int arg_len, inlen, outlen; in PHP_FUNCTION() local
2901 outlen = 0; in PHP_FUNCTION()
2908 outlen++; in PHP_FUNCTION()
2910 outlen++; in PHP_FUNCTION()
2912 outlen++; in PHP_FUNCTION()
2924 outlen++; in PHP_FUNCTION()
2926 outlen++; in PHP_FUNCTION()
2932 out = emalloc(outlen + 1); in PHP_FUNCTION()
2984 if (outp - out != outlen) { in PHP_FUNCTION()
2985 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "outp - out [%ld] != outlen [%d]", outp - out, outlen); in PHP_FUNCTION()
2989 RETURN_STRINGL(out, outlen, 0); in PHP_FUNCTION()