Lines Matching refs:sal_uInt8
1014 sal_uInt8* pBuffer; in loadAndSaveValue()
1048 pBuffer = (sal_uInt8*)rtl_allocateMemory(VALUE_HEADERSIZE); in loadAndSaveValue()
1063 sal_uInt8 type = *((sal_uInt8*)pBuffer); in loadAndSaveValue()
1069 pBuffer = (sal_uInt8*)rtl_allocateMemory(nSize); in loadAndSaveValue()
1137 sal_uInt8* pSrcBuffer, in checkBlop()
1147 sal_uInt8* pBuffer = (sal_uInt8*)rtl_allocateMemory(VALUE_HEADERSIZE); in checkBlop()
1156 sal_uInt8 type = *((sal_uInt8*)pBuffer); in checkBlop()
1163 pBuffer = (sal_uInt8*)rtl_allocateMemory(valueSize); in checkBlop()
1309 const sal_uInt8* pBlop = writer.getBlop(); in mergeModuleValue()
1312 sal_uInt8 type = (sal_uInt8)RG_VALUETYPE_BINARY; in mergeModuleValue()
1313 sal_uInt8* pBuffer = (sal_uInt8*)rtl_allocateMemory(VALUE_HEADERSIZE + aBlopSize); in mergeModuleValue()
1462 sal_uInt8* pBuffer; in dumpValue()
1485 pBuffer = (sal_uInt8*)rtl_allocateMemory(VALUE_HEADERSIZE); in dumpValue()
1499 sal_uInt8 type = *((sal_uInt8*)pBuffer); in dumpValue()
1503 pBuffer = (sal_uInt8*)rtl_allocateMemory(valueSize); in dumpValue()