/aoo42x/main/cppu/source/uno/ |
H A D | copy.hxx | 46 pSeq = (uno_Sequence *) rtl_allocateMemory( nSize ); in allocSeq() 261 pDestAny->pData = ::rtl_allocateMemory( pTypeDescr->nSize ); in _copyConstructAnyFromData() 270 pDestAny->pData = ::rtl_allocateMemory( pTypeDescr->nSize ); in _copyConstructAnyFromData() 281 pDestAny->pData = ::rtl_allocateMemory( pTypeDescr->nSize ); in _copyConstructAnyFromData() 290 pDestAny->pData = ::rtl_allocateMemory( pTypeDescr->nSize ); in _copyConstructAnyFromData() 301 pDestAny->pData = ::rtl_allocateMemory( pTypeDescr->nSize ); in _copyConstructAnyFromData() 307 pDestAny->pData = ::rtl_allocateMemory( pTypeDescr->nSize ); in _copyConstructAnyFromData() 474 pDestAny->pData = ::rtl_allocateMemory( pTypeDescr->nSize ); in _copyConstructAny() 481 pDestAny->pData = ::rtl_allocateMemory( pTypeDescr->nSize ); in _copyConstructAny() 490 pDestAny->pData = ::rtl_allocateMemory( pTypeDescr->nSize ); in _copyConstructAny() [all …]
|
/aoo42x/main/registry/source/ |
H A D | keyimpl.cxx | 260 pBuffer = (sal_uInt8*)rtl_allocateMemory(VALUE_HEADERSIZE); in getValueInfo() 287 pBuffer = (sal_uInt8*)rtl_allocateMemory(4); in getValueInfo() 597 pBuffer = (sal_uInt8*)rtl_allocateMemory(VALUE_HEADERSIZE); in getValue() 622 pBuffer = (sal_uInt8*)rtl_allocateMemory(valueSize); in getValue() 692 pBuffer = (sal_uInt8*)rtl_allocateMemory(VALUE_HEADERSIZE); in getLongListValue() 725 pBuffer = (sal_uInt8*)rtl_allocateMemory(valueSize); in getLongListValue() 789 pBuffer = (sal_uInt8*)rtl_allocateMemory(VALUE_HEADERSIZE); in getStringListValue() 822 pBuffer = (sal_uInt8*)rtl_allocateMemory(valueSize); in getStringListValue() 855 pValue = (sal_Char*)rtl_allocateMemory(sLen); in getStringListValue() 895 pBuffer = (sal_uInt8*)rtl_allocateMemory(VALUE_HEADERSIZE); in getUnicodeListValue() [all …]
|
H A D | regimpl.cxx | 1048 pBuffer = (sal_uInt8*)rtl_allocateMemory(VALUE_HEADERSIZE); in loadAndSaveValue() 1069 pBuffer = (sal_uInt8*)rtl_allocateMemory(nSize); in loadAndSaveValue() 1147 sal_uInt8* pBuffer = (sal_uInt8*)rtl_allocateMemory(VALUE_HEADERSIZE); in checkBlop() 1163 pBuffer = (sal_uInt8*)rtl_allocateMemory(valueSize); in checkBlop() 1313 sal_uInt8* pBuffer = (sal_uInt8*)rtl_allocateMemory(VALUE_HEADERSIZE + aBlopSize); in mergeModuleValue() 1485 pBuffer = (sal_uInt8*)rtl_allocateMemory(VALUE_HEADERSIZE); in dumpValue() 1503 pBuffer = (sal_uInt8*)rtl_allocateMemory(valueSize); in dumpValue() 1536 sal_Char* value = (sal_Char*)rtl_allocateMemory(valueSize); in dumpValue() 1632 pValue = (sal_Char*)rtl_allocateMemory(sLen); in dumpValue() 1670 pValue = (sal_Unicode*)rtl_allocateMemory((sLen / 2) * sizeof(sal_Unicode)); in dumpValue()
|
/aoo42x/main/filter/source/graphicfilter/ipcd/ |
H A D | ipcd.cxx | 230 pL0 =(sal_uInt8*)rtl_allocateMemory( nWidth ); in ReadImage() 231 pL1 =(sal_uInt8*)rtl_allocateMemory( nWidth ); in ReadImage() 232 pCb =(sal_uInt8*)rtl_allocateMemory( nW2+1 ); in ReadImage() 233 pCr =(sal_uInt8*)rtl_allocateMemory( nW2+1 ); in ReadImage() 234 pL0N=(sal_uInt8*)rtl_allocateMemory( nWidth ); in ReadImage() 235 pL1N=(sal_uInt8*)rtl_allocateMemory( nWidth ); in ReadImage() 236 pCbN=(sal_uInt8*)rtl_allocateMemory( nW2+1 ); in ReadImage() 237 pCrN=(sal_uInt8*)rtl_allocateMemory( nW2+1 ); in ReadImage()
|
/aoo42x/main/sal/rtl/source/ |
H A D | alloc_global.c | 201 SAL_CALL rtl_allocateMemory (sal_Size n) SAL_THROW_EXTERN_C() in rtl_allocateMemory() function 266 p = rtl_allocateMemory (n); in rtl_reallocateMemory() 275 p = rtl_allocateMemory (n); in rtl_reallocateMemory() 304 void * SAL_CALL rtl_allocateMemory (sal_Size n) in rtl_allocateMemory() function 341 void * p = rtl_allocateMemory (n); in rtl_allocateZeroMemory()
|
H A D | locale.c | 99 *table = (RTL_HASHTABLE*)rtl_allocateMemory( sizeof(RTL_HASHTABLE) ); in rtl_hashtable_init() 104 … (*table)->Table = (RTL_HASHENTRY**)rtl_allocateMemory( (*table)->Size * sizeof(RTL_HASHENTRY*) ); in rtl_hashtable_init() 134 RTL_HASHENTRY *newEntry = (RTL_HASHENTRY*)rtl_allocateMemory( sizeof(RTL_HASHENTRY) ); in rtl_hashtable_add() 156 newEntry = (RTL_HASHENTRY*)rtl_allocateMemory( sizeof(RTL_HASHENTRY) ); in rtl_hashtable_add() 289 newLocale = (rtl_Locale*)rtl_allocateMemory( sizeof(rtl_Locale) ); in rtl_locale_register()
|
H A D | byteseq.c | 56 pNew = (sal_Sequence *)rtl_allocateMemory( SAL_SEQUENCE_HEADER_SIZE + nElements ); in rtl_byte_sequence_reference2One() 66 pNew = (sal_Sequence *)rtl_allocateMemory( SAL_SEQUENCE_HEADER_SIZE ); in rtl_byte_sequence_reference2One() 95 pNew = (sal_Sequence *)rtl_allocateMemory( SAL_SEQUENCE_HEADER_SIZE + nSize ); in rtl_byte_sequence_realloc() 185 *ppSequence = (sal_Sequence *) rtl_allocateMemory( SAL_SEQUENCE_HEADER_SIZE + nLength ); in rtl_byte_sequence_constructNoDefault()
|
/aoo42x/main/unodevtools/source/unodevtools/ |
H A D | typeblob.cxx | 318 pBlob = (sal_uInt8*)rtl_allocateMemory(*blobsize); in getTypeBlob() 360 pBlob = (sal_uInt8*)rtl_allocateMemory(*blobsize); in getTypeBlob() 472 pBlob = (sal_uInt8*)rtl_allocateMemory(*blobsize); in getTypeBlob() 532 pBlob = (sal_uInt8*)rtl_allocateMemory(*blobsize); in getTypeBlob() 574 pBlob = (sal_uInt8*)rtl_allocateMemory(*blobsize); in getTypeBlob() 605 pBlob = (sal_uInt8*)rtl_allocateMemory(*blobsize); in getTypeBlob() 625 pBlob = (sal_uInt8*)rtl_allocateMemory(*blobsize); in getTypeBlob() 762 pBlob = (sal_uInt8*)rtl_allocateMemory(*blobsize); in getTypeBlob() 787 pBlob = (sal_uInt8*)rtl_allocateMemory(*blobsize); in getTypeBlob()
|
/aoo42x/main/rdbmaker/source/rdbmaker/ |
H A D | typeblop.cxx | 310 *pBlop = (sal_uInt8*)rtl_allocateMemory( length ); in getTypeBlop() 352 *pBlop = (sal_uInt8*)rtl_allocateMemory( length ); in getTypeBlop() 427 *pBlop = (sal_uInt8*)rtl_allocateMemory( length ); in getTypeBlop() 467 *pBlop = (sal_uInt8*)rtl_allocateMemory( length ); in getTypeBlop() 496 *pBlop = (sal_uInt8*)rtl_allocateMemory( length ); in getTypeBlop() 511 *pBlop = (sal_uInt8*)rtl_allocateMemory( length ); in getTypeBlop()
|
/aoo42x/main/sal/osl/w32/ |
H A D | file_dirvol.cxx | 418 …TCHAR* szFileMask = reinterpret_cast< TCHAR* >( rtl_allocateMemory( sizeof( TCHAR ) * ( nLen + nSu… in OpenDirectory() 514 pDirImpl = reinterpret_cast<Directory_Impl*>(rtl_allocateMemory( sizeof(Directory_Impl))); in osl_openLocalRoot() 579 …Directory_Impl *pDirImpl = reinterpret_cast<Directory_Impl*>(rtl_allocateMemory(sizeof(Directory_I… in osl_openFileDirectory() 645 pDirImpl = reinterpret_cast<Directory_Impl*>(rtl_allocateMemory(sizeof(Directory_Impl))); in osl_openNetworkServer() 871 … pItemImpl = reinterpret_cast<DirectoryItem_Impl*>(rtl_allocateMemory(sizeof(DirectoryItem_Impl))); in osl_getNextNetResource() 908 pItemImpl = reinterpret_cast<DirectoryItem_Impl*>(rtl_allocateMemory(sizeof(DirectoryItem_Impl))); in osl_getNextDrive() 952 pItemImpl = reinterpret_cast<DirectoryItem_Impl*>(rtl_allocateMemory(sizeof(DirectoryItem_Impl))); in osl_getNextFileItem() 1097 reinterpret_cast<DirectoryItem_Impl*>(rtl_allocateMemory(sizeof(DirectoryItem_Impl))); in osl_getDirectoryItem() 1128 reinterpret_cast<DirectoryItem_Impl*>(rtl_allocateMemory(sizeof(DirectoryItem_Impl))); in osl_getDirectoryItem() 1165 reinterpret_cast<DirectoryItem_Impl*>(rtl_allocateMemory(sizeof(DirectoryItem_Impl))); in osl_getDirectoryItem()
|
/aoo42x/main/codemaker/source/codemaker/ |
H A D | typemanager.cxx | 184 sal_uInt8* pBuffer = (sal_uInt8*)rtl_allocateMemory(valueSize); in getTypeReader() 207 sal_uInt8* pBuffer = (sal_uInt8*)rtl_allocateMemory(valueSize); in getTypeReader() 236 sal_uInt8* pBuffer = (sal_uInt8*)rtl_allocateMemory(valueSize); in getTypeClass() 273 sal_uInt8* pBuffer = (sal_uInt8*)rtl_allocateMemory(valueSize); in getTypeClass()
|
/aoo42x/main/rsc/source/parser/ |
H A D | rscpar.cxx | 47 pLine = (char *)rtl_allocateMemory( nLineBufLen ); in Init() 75 pInput = (char *)rtl_allocateMemory( nInputBufLen ); in RscFileInst() 91 pInput = (char *)rtl_allocateMemory( nInputBufLen +100 ); in RscFileInst()
|
/aoo42x/main/vcl/source/fontsubset/ |
H A D | list.cxx | 64 lnode *ptr = (lnode*)rtl_allocateMemory(sizeof(lnode)); in newNode() 124 list pThis = (list)rtl_allocateMemory(sizeof(struct _list)); in listNewEmpty() 141 pThis = rtl_allocateMemory(sizeof(struct _list)); in listNewCopy() 508 ptr = rtl_allocateMemory(20); in main()
|
/aoo42x/main/rsc/source/tools/ |
H A D | rsctools.cxx | 111 char* pBuffer = (char*)rtl_allocateMemory( nLen+1 ); in rsc_strdup() 350 pMem = (void **)rtl_allocateMemory( (nCount +1) * sizeof( void * ) ); in Append() 447 pMem = (char *)rtl_allocateMemory( nLen ); in GetPointer()
|
/aoo42x/main/vcl/win/source/gdi/ |
H A D | salprn.cxx | 198 pWinInfo2 = (PRINTER_INFO_2*) rtl_allocateMemory( nBytes ); in getPrinterQueueInfoOldStyle() 327 pWinInfo4 = (PRINTER_INFO_4W*) rtl_allocateMemory( nBytes ); in GetPrinterQueueInfo() 354 pWinInfo2 = (PRINTER_INFO_2*) rtl_allocateMemory( nBytes ); in getPrinterQueueStateOldStyle() 407 PRINTER_INFO_2W* pWinInfo2 = (PRINTER_INFO_2W*)rtl_allocateMemory(nBytes); in GetPrinterQueueState() 468 LPWSTR pStr = (LPWSTR)rtl_allocateMemory(nChars*sizeof(WCHAR)); in GetDefaultPrinter() 1559 … sal_Unicode* pNamesBuffer = (sal_Unicode*)rtl_allocateMemory(nCount*64*sizeof(sal_Unicode)); in InitPaperFormats() 1570 char* pNamesBuffer = (char*)rtl_allocateMemory(nCount*64); in InitPaperFormats() 1833 pNewDevMode = (LPDEVMODEA)rtl_allocateMemory( nDevSize ); in ImplSalSetCopies() 1859 pNewDevMode = (LPDEVMODEW)rtl_allocateMemory( nDevSize ); in ImplSalSetCopies()
|
/aoo42x/main/bridges/source/cpp_uno/cc50_solaris_intel/ |
H A D | uno2cpp.cxx | 104 …void ** pCppArgs = (void **)(nParams > nMaxParams ? rtl_allocateMemory( 3 * sizeof(void *) * nPar… in cpp_call() 147 *(void **)pCppStack = pCppArgs[nPos] = rtl_allocateMemory( pParamTypeDescr->nSize ), in cpp_call() 169 *(void **)pCppStack = pCppArgs[nPos] = rtl_allocateMemory( pParamTypeDescr->nSize ), in cpp_call()
|
/aoo42x/main/registry/test/ |
H A D | testregcpp.cxx | 142 sal_uInt8* readBlop = (sal_uInt8*)rtl_allocateMemory(aBlopSize); in test_coreReflection() 257 sal_uInt8* readBlop = (sal_uInt8*)rtl_allocateMemory(aBlopSize); in test_coreReflection() 322 sal_uInt8* readBlop = (sal_uInt8*)rtl_allocateMemory(aBlopSize); in test_coreReflection() 508 readValue = (sal_Char*)rtl_allocateMemory(valueSize); in test_registry_CppApi() 559 sal_Unicode* pTmpValue = (sal_Unicode*)rtl_allocateMemory(valueSize); in test_registry_CppApi()
|
/aoo42x/main/cppuhelper/inc/cppuhelper/ |
H A D | interfacecontainer.h | 128 { return ::rtl_allocateMemory( nSize ); } in operator new() 315 { return ::rtl_allocateMemory( nSize ); } in operator new() 520 { return ::rtl_allocateMemory( nSize ); } in operator new()
|
H A D | compbase_ex.hxx | 64 { return ::rtl_allocateMemory( nSize ); } in operator new() 110 { return ::rtl_allocateMemory( nSize ); } in operator new()
|
/aoo42x/main/bridges/source/cpp_uno/msvc_win32_intel/ |
H A D | except.cxx | 146 __type_info * pRTTI = new( ::rtl_allocateMemory( sizeof(__type_info) + aRawName.getLength() ) ) in getRTTI() 203 void * pMem = rtl_allocateMemory( nSize ); in operator new() 343 _types = ::rtl_allocateMemory( sizeof(sal_Int32) + (sizeof(ExceptionType *) * nLen) ); in RaiseInfo()
|
/aoo42x/main/rsc/source/res/ |
H A D | rscrange.cxx | 171 rtl_allocateMemory( sizeof( RscRangeInst ) ); in Create() 379 rtl_allocateMemory( sizeof( RscLongRangeInst ) ); in Create() 521 aInst.pData = (CLASS_DATA)rtl_allocateMemory( sizeof( RscId ) ); in Create()
|
/aoo42x/main/sal/osl/os2/ |
H A D | file.cxx | 325 return rtl_allocateMemory(n); in operator new() 839 DirectoryImpl* pDirImpl = (DirectoryImpl*) rtl_allocateMemory( sizeof(DirectoryImpl) ); in _osl_openLocalRoot() 908 pItemImpl = (DirectoryItem_Impl*) rtl_allocateMemory(sizeof(DirectoryItem_Impl)); in _osl_getNextDrive() 999 DirectoryImpl* pDirImpl = (DirectoryImpl*) rtl_allocateMemory( sizeof(DirectoryImpl) ); in osl_openDirectory() 1053 pItemImpl = (DirectoryItem_Impl*) rtl_allocateMemory(sizeof(DirectoryItem_Impl)); in osl_getNextDirectoryItem() 1159 reinterpret_cast<DirectoryItem_Impl*>(rtl_allocateMemory(sizeof(DirectoryItem_Impl))); in osl_getDirectoryItem() 1178 reinterpret_cast<DirectoryItem_Impl*>(rtl_allocateMemory(sizeof(DirectoryItem_Impl))); in osl_getDirectoryItem() 1207 reinterpret_cast<DirectoryItem_Impl*>(rtl_allocateMemory(sizeof(DirectoryItem_Impl))); in osl_getDirectoryItem()
|
/aoo42x/main/svtools/source/filter/igif/ |
H A D | decode.cxx | 81 HPBYTE pTarget = (HPBYTE) rtl_allocateMemory( nTargetSize ); in DecompressBlock() 96 HPBYTE pTmp = (HPBYTE) rtl_allocateMemory( nNewSize ); in DecompressBlock()
|
/aoo42x/main/vcl/aqua/source/gdi/ |
H A D | salvd.cxx | 184 void* pRawData = rtl_allocateMemory( nBytesPerRow * nDY ); in SetSize() 221 void* pRawData = rtl_allocateMemory( nBytesPerRow * nDY ); in SetSize()
|
/aoo42x/main/bridges/source/jni_uno/ |
H A D | jni_base.h | 235 { return rtl_allocateMemory( nSize ); } in operator new() 249 void * p = rtl_allocateMemory( bytes ); in allocate()
|