Lines Matching refs:pCppArgs
310 void ** pCppArgs = (void **)alloca( 3 * sizeof(void *) * nParams ); in cpp_call() local
312 sal_Int32 * pTempIndizes = (sal_Int32 *)(pCppArgs + nParams); in cpp_call()
314 …typelib_TypeDescription ** ppTempParamTypeDescr = (typelib_TypeDescription **)(pCppArgs + (2 * nPa… in cpp_call()
326 uno_copyAndConvertData( pCppArgs[nPos] = alloca( 8 ), pUnoArgs[nPos], pParamTypeDescr, in cpp_call()
333 INSERT_INT64( pCppArgs[nPos], nGPR, pGPR, pStack ); in cpp_call()
338 INSERT_INT32( pCppArgs[nPos], nGPR, pGPR, pStack ); in cpp_call()
343 INSERT_INT16( pCppArgs[nPos], nGPR, pGPR, pStack ); in cpp_call()
347 INSERT_INT8( pCppArgs[nPos], nGPR, pGPR, pStack ); in cpp_call()
351 INSERT_FLOAT_DOUBLE( pCppArgs[nPos], nFPR, pFPR, pStack ); in cpp_call()
366 pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
376 pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
385 pCppArgs[nPos] = pUnoArgs[nPos]; in cpp_call()
389 INSERT_INT64( &(pCppArgs[nPos]), nGPR, pGPR, pStack ); in cpp_call()
434 uno_copyAndConvertData( pUnoArgs[nIndex], pCppArgs[nIndex], pParamTypeDescr, in cpp_call()
440 uno_copyAndConvertData( pUnoArgs[nIndex], pCppArgs[nIndex], pParamTypeDescr, in cpp_call()
444 uno_destructData( pCppArgs[nIndex], pParamTypeDescr, cpp_release ); in cpp_call()
476 uno_destructData( pCppArgs[nIndex], ppTempParamTypeDescr[nTempIndizes], cpp_release ); in cpp_call()