Searched refs:aBlopSize (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/registry/test/ |
| H A D | testregcpp.cxx | 138 sal_uInt32 aBlopSize = writer.getBlopSize(); in test_coreReflection() local 140 …REG_ENSURE(!key2.setValue(OUString(), RG_VALUETYPE_BINARY, (void*)pBlop, aBlopSize), "testCoreRefl… in test_coreReflection() 142 sal_uInt8* readBlop = (sal_uInt8*)rtl_allocateMemory(aBlopSize); in test_coreReflection() 145 RegistryTypeReader reader(readBlop, aBlopSize, sal_True); in test_coreReflection() 185 sal_uInt32 aBlopSize = writer.getBlopSize(); in test_coreReflection() local 187 …REG_ENSURE(!key3.setValue(OUString(), RG_VALUETYPE_BINARY, (void*)pBlop, aBlopSize), "testCoreRefl… in test_coreReflection() 212 sal_uInt32 aBlopSize = writer.getBlopSize(); in test_coreReflection() local 214 …REG_ENSURE(!key4.setValue(OUString(), RG_VALUETYPE_BINARY, (void*)pBlop, aBlopSize), "testCoreRefl… in test_coreReflection() 253 sal_uInt32 aBlopSize = writer.getBlopSize(); in test_coreReflection() local 255 …REG_ENSURE(!key5.setValue(OUString(), RG_VALUETYPE_BINARY, (void*)pBlop, aBlopSize), "testCoreRefl… in test_coreReflection() [all …]
|
| /AOO41X/main/registry/source/ |
| H A D | regimpl.cxx | 1310 sal_uInt32 aBlopSize = writer.getBlopSize(); in mergeModuleValue() local 1313 sal_uInt8* pBuffer = (sal_uInt8*)rtl_allocateMemory(VALUE_HEADERSIZE + aBlopSize); in mergeModuleValue() 1316 writeUINT32(pBuffer+VALUE_TYPEOFFSET, aBlopSize); in mergeModuleValue() 1317 rtl_copyMemory(pBuffer+VALUE_HEADEROFFSET, pBlop, aBlopSize); in mergeModuleValue() 1320 if (rTargetValue.writeAt(0, pBuffer, VALUE_HEADERSIZE+aBlopSize, rwBytes)) in mergeModuleValue() 1326 if (rwBytes != VALUE_HEADERSIZE+aBlopSize) in mergeModuleValue()
|