Searched refs:pBlop (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/rdbmaker/source/rdbmaker/ |
H A D | typeblop.cxx | 310 *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 D | specialtypemanager.cxx | 31 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()
|
/aoo4110/main/registry/test/ |
H A D | testregcpp.cxx | 137 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 …]
|
/aoo4110/main/registry/source/ |
H A D | regimpl.cxx | 1309 const sal_uInt8* pBlop = writer.getBlop(); in mergeModuleValue() local 1317 rtl_copyMemory(pBuffer+VALUE_HEADEROFFSET, pBlop, aBlopSize); in mergeModuleValue()
|
Completed in 19 milliseconds