Lines Matching refs:pCppArgs
307 void ** pCppArgs = (void **)alloca( 3 * sizeof(void *) * nParams ); in cpp_call() local
309 sal_Int32 * pTempIndizes = (sal_Int32 *)(pCppArgs + nParams); in cpp_call()
311 …typelib_TypeDescription ** ppTempParamTypeDescr = (typelib_TypeDescription **)(pCppArgs + (2 * nPa… in cpp_call()
323 uno_copyAndConvertData( pCppArgs[nPos] = alloca( 8 ), pUnoArgs[nPos], pParamTypeDescr, in cpp_call()
330 INSERT_INT64( pCppArgs[nPos], nGPR, pGPR, pStack ); in cpp_call()
335 INSERT_INT32( pCppArgs[nPos], nGPR, pGPR, pStack ); in cpp_call()
340 INSERT_INT16( pCppArgs[nPos], nGPR, pGPR, pStack ); in cpp_call()
344 INSERT_INT8( pCppArgs[nPos], nGPR, pGPR, pStack ); in cpp_call()
348 INSERT_FLOAT_DOUBLE( pCppArgs[nPos], nFPR, pFPR, pStack ); in cpp_call()
363 pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
373 pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
382 pCppArgs[nPos] = pUnoArgs[nPos]; in cpp_call()
386 INSERT_INT64( &(pCppArgs[nPos]), nGPR, pGPR, pStack ); in cpp_call()
431 uno_copyAndConvertData( pUnoArgs[nIndex], pCppArgs[nIndex], pParamTypeDescr, in cpp_call()
437 uno_copyAndConvertData( pUnoArgs[nIndex], pCppArgs[nIndex], pParamTypeDescr, in cpp_call()
441 uno_destructData( pCppArgs[nIndex], pParamTypeDescr, cpp_release ); in cpp_call()
463 uno_destructData( pCppArgs[nIndex], ppTempParamTypeDescr[nTempIndizes], cpp_release ); in cpp_call()