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 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 212 sal_uInt32 aBlopSize = writer.getBlopSize(); in test_coreReflection() local 253 sal_uInt32 aBlopSize = writer.getBlopSize(); in test_coreReflection() local 260 RegistryTypeReader reader(readBlop, aBlopSize, sal_True); in test_coreReflection() 290 sal_uInt32 aBlopSize = writer.getBlopSize(); in test_coreReflection() local 319 sal_uInt32 aBlopSize = writer.getBlopSize(); in test_coreReflection() local 325 RegistryTypeReader reader(readBlop, aBlopSize, sal_True); 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()
|
Completed in 17 milliseconds