Lines Matching refs:pCppArgs
301 void ** pCppArgs = (void **)alloca( 3 * sizeof(void *) * nParams ); in cpp_call() local
303 sal_Int32 * pTempIndizes = (sal_Int32 *)(pCppArgs + nParams); in cpp_call()
305 …typelib_TypeDescription ** ppTempParamTypeDescr = (typelib_TypeDescription **)(pCppArgs + (2 * nPa… in cpp_call()
317 uno_copyAndConvertData( pCppArgs[nPos] = alloca( 8 ), pUnoArgs[nPos], pParamTypeDescr, in cpp_call()
324 INSERT_INT64( pCppArgs[nPos], nGPR, pGPR, pStack ); in cpp_call()
329 INSERT_INT32( pCppArgs[nPos], nGPR, pGPR, pStack ); in cpp_call()
334 INSERT_INT16( pCppArgs[nPos], nGPR, pGPR, pStack ); in cpp_call()
338 INSERT_INT8( pCppArgs[nPos], nGPR, pGPR, pStack ); in cpp_call()
342 INSERT_FLOAT_DOUBLE( pCppArgs[nPos], nFPR, pFPR, pStack ); in cpp_call()
357 pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
367 pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
376 pCppArgs[nPos] = pUnoArgs[nPos]; in cpp_call()
380 INSERT_INT64( &(pCppArgs[nPos]), nGPR, pGPR, pStack ); in cpp_call()
425 uno_copyAndConvertData( pUnoArgs[nIndex], pCppArgs[nIndex], pParamTypeDescr, in cpp_call()
431 uno_copyAndConvertData( pUnoArgs[nIndex], pCppArgs[nIndex], pParamTypeDescr, in cpp_call()
435 uno_destructData( pCppArgs[nIndex], pParamTypeDescr, cpp_release ); in cpp_call()
457 uno_destructData( pCppArgs[nIndex], ppTempParamTypeDescr[nTempIndizes], cpp_release ); in cpp_call()