Home
last modified time | relevance | path

Searched refs:pBlop (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/rdbmaker/source/rdbmaker/
H A Dtypeblop.cxx310 *pBlop = (sal_uInt8*)rtl_allocateMemory( length ); in getTypeBlop()
311 rtl_copyMemory(*pBlop, writer.getBlop(), length); in getTypeBlop()
352 *pBlop = (sal_uInt8*)rtl_allocateMemory( length ); in getTypeBlop()
427 *pBlop = (sal_uInt8*)rtl_allocateMemory( length ); in getTypeBlop()
428 rtl_copyMemory(*pBlop, writer.getBlop(), length); in getTypeBlop()
467 *pBlop = (sal_uInt8*)rtl_allocateMemory( length ); in getTypeBlop()
468 rtl_copyMemory(*pBlop, writer.getBlop(), length); in getTypeBlop()
496 *pBlop = (sal_uInt8*)rtl_allocateMemory( length ); in getTypeBlop()
497 rtl_copyMemory(*pBlop, writer.getBlop(), length); in getTypeBlop()
511 *pBlop = (sal_uInt8*)rtl_allocateMemory( length ); in getTypeBlop()
[all …]
H A Dspecialtypemanager.cxx31 sal_uInt32 SAL_CALL getTypeBlop(const sal_Char* pTypeName, sal_uInt8** pBlop);
69 sal_uInt8* pBlop = NULL; in getTypeReader() local
72 if ( (blopSize = getTypeBlop( name.getStr(), &pBlop)) > 0 ) in getTypeReader()
74 reader = TypeReader(pBlop, blopSize, sal_True); in getTypeReader()
77 if ( pBlop ) in getTypeReader()
79 rtl_freeMemory(pBlop); in getTypeReader()
/aoo42x/main/registry/test/
H A Dtestregcpp.cxx137 const sal_uInt8* pBlop = writer.getBlop(); in test_coreReflection() local
140 …REG_ENSURE(!key2.setValue(OUString(), RG_VALUETYPE_BINARY, (void*)pBlop, aBlopSize), "testCoreRefl… in test_coreReflection()
184 const sal_uInt8* pBlop = writer.getBlop(); in test_coreReflection() local
211 const sal_uInt8* pBlop = writer.getBlop(); in test_coreReflection() local
214 …REG_ENSURE(!key4.setValue(OUString(), RG_VALUETYPE_BINARY, (void*)pBlop, aBlopSize), "testCoreRefl… in test_coreReflection()
252 const sal_uInt8* pBlop = writer.getBlop(); in test_coreReflection() local
255 …REG_ENSURE(!key5.setValue(OUString(), RG_VALUETYPE_BINARY, (void*)pBlop, aBlopSize), "testCoreRefl… in test_coreReflection()
289 const sal_uInt8* pBlop = writer.getBlop(); in test_coreReflection() local
292 …REG_ENSURE(!key6.setValue(OUString(), RG_VALUETYPE_BINARY, (void*)pBlop, aBlopSize), "testCoreRefl… in test_coreReflection()
318 const sal_uInt8* pBlop = writer.getBlop(); in test_coreReflection() local
[all …]
/aoo42x/main/registry/source/
H A Dregimpl.cxx1309 const sal_uInt8* pBlop = writer.getBlop(); in mergeModuleValue() local
1317 rtl_copyMemory(pBuffer+VALUE_HEADEROFFSET, pBlop, aBlopSize); in mergeModuleValue()

Completed in 36 milliseconds