Searched refs:retbuf (Results 1 – 1 of 1) sorted by relevance
141 char retbuf[32]; in call() local143 retin = returnType == NULL ? NULL : retbuf; in call()345 callStack[0] = *reinterpret_cast< sal_Bool * >(retbuf); in call()348 callStack[0] = *reinterpret_cast< sal_Int8 * >(retbuf); in call()351 callStack[0] = *reinterpret_cast< sal_Int16 * >(retbuf); in call()354 callStack[0] = *reinterpret_cast< sal_uInt16 * >(retbuf); in call()358 callStack[0] = *reinterpret_cast< sal_Int32 * >(retbuf); in call()361 callStack[0] = *reinterpret_cast< sal_uInt32 * >(retbuf); in call()364 callStack[0] = *reinterpret_cast< sal_Int64 * >(retbuf); in call()367 callStack[0] = *reinterpret_cast< sal_uInt64 * >(retbuf); in call()[all …]