Searched refs:nTempBufferPos (Results 1 – 1 of 1) sorted by relevance
113 sal_Int32 nTempBufferPos = 0; in cpp_call() local144 if (pParamTypeDescr->nSize > (sizeof(long) * (nTempBufferSize - nTempBufferPos))) in cpp_call()154 *(void **)pCppStack = pCppArgs[nPos] = (params_buffer + nTempBufferPos), in cpp_call()157 nTempBufferPos += (pParamTypeDescr->nSize / sizeof(long)) +1; in cpp_call()166 if (pParamTypeDescr->nSize > (sizeof(long)*(nTempBufferSize - nTempBufferPos))) in cpp_call()177 *(void **)pCppStack = pCppArgs[nPos] = (params_buffer + nTempBufferPos), in cpp_call()181 nTempBufferPos += (pParamTypeDescr->nSize / sizeof(long)) +1; in cpp_call()
Completed in 6 milliseconds