Home
last modified time | relevance | path

Searched refs:rtl_allocateMemory (Results 26 – 50 of 145) sorted by relevance

123456

/aoo42x/main/rdbmaker/source/codemaker/
H A Dtypemanager.cxx171 sal_uInt8* pBuffer = (sal_uInt8*)rtl_allocateMemory(valueSize); in getTypeReader()
198 sal_uInt8* pBuffer = (sal_uInt8*)rtl_allocateMemory(valueSize); in getTypeClass()
/aoo42x/main/cpputools/source/registercomponent/
H A Dregistercomponent.cxx421 char ** rargv = (char **)rtl_allocateMemory( nLen * sizeof( char* ) /2); in parseOptions()
432 char *buffer = ( char * )rtl_allocateMemory( nLen +1 ); in parseOptions()
449 rargv[rargc]= (char * )rtl_allocateMemory( strlen( buffer ) +1 ); in parseOptions()
/aoo42x/main/unodevtools/source/unodevtools/
H A Dtypemanager.cxx212 sal_uInt8* pBuffer = (sal_uInt8*)rtl_allocateMemory(valueSize); in getTypeReader()
257 sal_uInt8* pBuffer = (sal_uInt8*)rtl_allocateMemory(valueSize); in getTypeClass()
/aoo42x/main/rsc/source/res/
H A Drscconst.cxx105 rtl_allocateMemory( ((nEntries +1) * sizeof( VarEle )) ); in SetConstant()
337 rtl_allocateMemory( sizeof( RscEnumInst ) ); in Create()
H A Drscstr.cxx96 pTmp = (char *)rtl_allocateMemory( nLen ); in SetString()
171 rtl_allocateMemory( sizeof( RscStringInst ) ); in Create()
H A Drsccont.cxx148 aInst.pData = (CLASS_DATA) rtl_allocateMemory( Size() ); in Create()
171 (ENTRY_STRUCT *)rtl_allocateMemory( sizeof( ENTRY_STRUCT ) in Create()
308 (ENTRY_STRUCT *)rtl_allocateMemory( sizeof( ENTRY_STRUCT ) in GetElement()
/aoo42x/main/sal/textenc/
H A Dtcvtutf8.c46 void * p = rtl_allocateMemory(sizeof (struct ImplUtf8ToUnicodeContext)); in ImplCreateUtf8ToUnicodeContext()
251 void * p = rtl_allocateMemory(sizeof (struct ImplUnicodeToUtf8Context)); in ImplCreateUnicodeToUtf8Context()
H A Dtcvtutf7.c113 … pContextData = (ImplUTF7ToUCContextData*)rtl_allocateMemory( sizeof( ImplUTF7ToUCContextData ) ); in ImplUTF7CreateUTF7TextToUnicodeContext()
413 …pContextData = (ImplUTF7FromUCContextData*)rtl_allocateMemory( sizeof( ImplUTF7FromUCContextData )… in ImplUTF7CreateUnicodeToTextContext()
H A Dconvertiso2022kr.c65 = rtl_allocateMemory(sizeof (ImplIso2022KrToUnicodeContext)); in ImplCreateIso2022KrToUnicodeContext()
265 = rtl_allocateMemory(sizeof (ImplUnicodeToIso2022KrContext)); in ImplCreateUnicodeToIso2022KrContext()
H A Dconvertiso2022jp.c59 = rtl_allocateMemory(sizeof (ImplIso2022JpToUnicodeContext)); in ImplCreateIso2022JpToUnicodeContext()
302 = rtl_allocateMemory(sizeof (ImplUnicodeToIso2022JpContext)); in ImplCreateUnicodeToIso2022JpContext()
H A Dconvertiso2022cn.c72 = rtl_allocateMemory(sizeof (ImplIso2022CnToUnicodeContext)); in ImplCreateIso2022CnToUnicodeContext()
417 = rtl_allocateMemory(sizeof (ImplUnicodeToIso2022CnContext)); in ImplCreateUnicodeToIso2022CnContext()
H A Dtencinfo.c589 pBuf = (char*)rtl_allocateMemory( nBufLen ); in rtl_getTextEncodingFromUnixCharset()
921 pBuf = (char*)rtl_allocateMemory( nBufLen ); in rtl_getTextEncodingFromMimeCharset()
/aoo42x/main/cli_ure/source/uno_bridge/
H A Dcli_base.h126 { return rtl_allocateMemory( nSize ); } in operator new()
139 void * p = rtl_allocateMemory( bytes ); in allocate()
/aoo42x/main/sal/osl/w32/
H A Dfile_url.cxx590 pBuffer = reinterpret_cast<sal_Char*>(rtl_allocateMemory(nSrcLen + 1)); in _osl_decodeURL()
654 …pszEncodedURL = (sal_Char*) rtl_allocateMemory( (rtl_string_getLength( strUTF8 ) * 3 + 1) * sizeo… in _osl_encodeURL()
1011 reinterpret_cast<LPTSTR>(rtl_allocateMemory(nBufferLength * sizeof(TCHAR))); in osl_searchFileURL()
H A Dpipe.c157 pSecDesc = (PSECURITY_DESCRIPTOR) rtl_allocateMemory(SECURITY_DESCRIPTOR_MIN_LENGTH); in osl_createPipe()
163 pSecAttr = rtl_allocateMemory(sizeof(SECURITY_ATTRIBUTES)); in osl_createPipe()
/aoo42x/main/vcl/source/gdi/
H A Doctree.cxx363 pMap = (sal_uInt8*) rtl_allocateMemory( nCount ); in ImplCreateBuffers()
366 pBuffer = (sal_uInt8*) rtl_allocateMemory( nSize ); in ImplCreateBuffers()
H A Djobset.cxx97 mpDriverData = (sal_uInt8*)rtl_allocateMemory( mnDriverDataLen ); in ImplJobSetup()
349 pJobData->mpDriverData = (sal_uInt8*)rtl_allocateMemory( pJobData->mnDriverDataLen ); in operator >>()
H A Dimpvect.cxx211 mpArray = (Point*) rtl_allocateMemory( nTotal ); in ImplSetSize()
278 Scanline pTmp = mpBuf = (Scanline) rtl_allocateMemory( nSize ); in ImplVectMap()
281 mpScan = (Scanline*) rtl_allocateMemory( nHeight * sizeof( Scanline ) ); in ImplVectMap()
/aoo42x/main/tools/source/rc/
H A Dresmgr.cxx617 sal_uInt8* pContentBuf = (sal_uInt8*)rtl_allocateMemory( lContLen ); in Create()
620 pContent = (ImpContent *)rtl_allocateMemory( sizeof(ImpContent)*lContLen/12 ); in Create()
718 pStringBlock = (sal_uInt8*)rtl_allocateMemory( nSize ); in LoadGlobalRes()
731 void * pRes = rtl_allocateMemory( aHeader.GetGlobOff() ); in LoadGlobalRes()
1301 pHeader = (RSHEADER_TYPE*)rtl_allocateMemory( GetRemainSize() ); in CreateBlock()
/aoo42x/main/cppuhelper/inc/cppuhelper/
H A Dtypeprovider.hxx46 { return ::rtl_allocateMemory( nSize ); } in operator new()
198 { return ::rtl_allocateMemory( nSize ); } in operator new()
H A Dpropshlp.hxx55 { return ::rtl_allocateMemory( nSize ); } in operator new()
235 { return ::rtl_allocateMemory( nSize ); } in operator new()
/aoo42x/main/jvmfwk/source/
H A Delements.cxx1119 JavaInfo * pInfo = (JavaInfo*) rtl_allocateMemory(sizeof(JavaInfo)); in makeJavaInfo()
1252 rtl_allocateMemory(sizeof(rtl_uString*) * m_vmParams.size()); in getVmParametersArray()
1274 rtl_allocateMemory(sizeof(rtl_uString*) * m_JRELocations.size()); in getJRELocations()
/aoo42x/main/vcl/aqua/source/gdi/
H A Dsalprn.cxx91 … maContextMemory.reset( reinterpret_cast<sal_uInt8*>( rtl_allocateMemory( nWidth * 4 * nHeight ) ), in AquaSalInfoPrinter()
225 io_pSetupData->mpDriverData = reinterpret_cast<sal_uInt8*>(rtl_allocateMemory( 4 )); in SetPrinterData()
/aoo42x/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dsunjavaplugin.cxx127 JavaInfo* pInfo = (JavaInfo*) rtl_allocateMemory(sizeof(JavaInfo)); in createJavaInfo()
301 arInfo = (JavaInfo**) rtl_allocateMemory(vecVerifiedInfos.size() * sizeof (JavaInfo*)); in jfw_plugin_getAllJavaInfos()
/aoo42x/main/sal/util/
H A Dsalalloc.list2 rtl_allocateMemory;

Completed in 135 milliseconds

123456