Home
last modified time | relevance | path

Searched refs:rtl_allocateZeroMemory (Results 1 – 25 of 27) sorted by relevance

12

/trunk/main/registry/source/
H A Dkeyimpl.cxx116 pSubKeys = (ORegKey**)rtl_allocateZeroMemory(nSubKeys * sizeof(ORegKey*)); in openSubKeys()
180 pSubKeys = (rtl_uString**)rtl_allocateZeroMemory(nSubKeys * sizeof(rtl_uString*)); in getKeyNames()
746 sal_Int32* pVList = (sal_Int32*)rtl_allocateZeroMemory(len * sizeof(sal_Int32)); in getLongListValue()
843 sal_Char** pVList = (sal_Char**)rtl_allocateZeroMemory(len * sizeof(sal_Char*)); in getStringListValue()
949 sal_Unicode** pVList = (sal_Unicode**)rtl_allocateZeroMemory(len * sizeof(sal_Unicode*)); in getUnicodeListValue()
/trunk/main/vcl/win/source/gdi/
H A Dsalprn.cxx700 pOutBuffer = (SalDriverData*)rtl_allocateZeroMemory( nDriverDataLen ); in ImplUpdateSalJobSetup()
826 WORD* pBins = (WORD*)rtl_allocateZeroMemory( nCount*sizeof(WORD) ); in ImplDevModeToJobSetup()
860 pPapers = (WORD*)rtl_allocateZeroMemory(nPaperCount*sizeof(WORD)); in ImplDevModeToJobSetup()
865 pPaperSizes = (POINT*)rtl_allocateZeroMemory(nPaperSizeCount*sizeof(POINT)); in ImplDevModeToJobSetup()
1095 WORD* pBins = (WORD*)rtl_allocateZeroMemory(nCount*sizeof(WORD)); in ImplJobSetupToDevMode()
1276 pPapers = (WORD*)rtl_allocateZeroMemory(nPaperCount*sizeof(WORD)); in ImplJobSetupToDevMode()
1281 pPaperSizes = (POINT*)rtl_allocateZeroMemory(nPaperSizeCount*sizeof(POINT)); in ImplJobSetupToDevMode()
1554 pPaperSizes = (POINT*)rtl_allocateZeroMemory(nCount*sizeof(POINT)); in InitPaperFormats()
/trunk/main/idlc/source/
H A Daststack.cxx33 : m_stack((AstScope**)rtl_allocateZeroMemory(sizeof(AstScope*) * STACKSIZE_INCREMENT)) in AstStack()
105 tmp = (AstScope**)rtl_allocateZeroMemory(sizeof(AstScope*) * newSize); in push()
H A Didlccompile.cxx331 pCmdArgs = (rtl_uString**)rtl_allocateZeroMemory(nCmdArgs * sizeof(rtl_uString*)); in compileFile()
/trunk/main/vcl/os2/source/gdi/
H A Dsalbmp.cxx350 …hDIB = (HANDLE) rtl_allocateZeroMemory( sizeof( BITMAPINFOHEADER2 ) + nColors * sizeof( RGB2 ) + n… in ImplCreateDIB()
397 PBYTE pDIB4 = (PBYTE) rtl_allocateZeroMemory( nSize4 ); in ImplCreateDIB4FromDIB1()
445 PM_BYTE* pCopy = (PM_BYTE*)rtl_allocateZeroMemory( nSize ); in ImplCopyDIBOrDDB()
/trunk/main/sal/util/
H A Dsalalloc.list5 rtl_allocateZeroMemory;
H A Dsalalloc.map26 rtl_allocateZeroMemory;
H A Dsal.map363 rtl_allocateZeroMemory;
/trunk/main/sal/osl/w32/
H A Dsocket.cxx313 pImpl = (oslSocketDialupImpl*)rtl_allocateZeroMemory( sizeof (oslSocketDialupImpl)); in __osl_createSocketDialupImpl()
467 oslSocket pSockImpl = (oslSocket) rtl_allocateZeroMemory( sizeof(struct oslSocketImpl)); in __osl_createSocketImpl()
494 oslSocketAddr pAddr = (oslSocketAddr) rtl_allocateZeroMemory( sizeof( struct oslSocketAddrImpl )); in __osl_createSocketAddr()
H A Dpipe.c80 pPipe = (oslPipe) rtl_allocateZeroMemory(sizeof(struct oslPipeImpl)); in __osl_createPipeImpl()
H A Dprocess.cxx268 (rtl_uString**)rtl_allocateZeroMemory (argc * sizeof(rtl_uString*)); in osl_createCommandArgs_Impl()
/trunk/main/sal/rtl/source/
H A Dcmdargs.cxx62 (rtl_uString**)rtl_allocateZeroMemory (n * sizeof(rtl_uString*)); in init()
H A Dcipher.c1023 pImpl = ((CipherBF_Impl*)rtl_allocateZeroMemory (sizeof (CipherBF_Impl))); in rtl_cipher_createBF()
1258 pImpl = ((CipherARCFOUR_Impl*)rtl_allocateZeroMemory (sizeof (CipherARCFOUR_Impl))); in rtl_cipher_createARCFOUR()
H A Dbyteseq.c160 *ppSequence = (sal_Sequence *) rtl_allocateZeroMemory( SAL_SEQUENCE_HEADER_SIZE + nLength ); in rtl_byte_sequence_construct()
H A Dalloc_global.c339 void * SAL_CALL rtl_allocateZeroMemory (sal_Size n) SAL_THROW_EXTERN_C() in rtl_allocateZeroMemory() function
H A Drandom.c278 pImpl = (RandomPool_Impl*)rtl_allocateZeroMemory (sizeof(RandomPool_Impl)); in rtl_random_createPool()
/trunk/main/vcl/unx/generic/dtrans/
H A Dbmp.cxx178 pBuffer = (sal_uInt8*)rtl_allocateZeroMemory( rOutSize ); in X11_getPaletteBmpFromImage()
301 pBuffer = (sal_uInt8*)rtl_allocateZeroMemory( rOutSize ); in X11_getTCBmpFromImage()
/trunk/main/sal/inc/rtl/
H A Dalloc.h82 void * SAL_CALL rtl_allocateZeroMemory (
/trunk/main/sal/qa/rtl/alloc/
H A Drtl_alloc.cxx116 m_pZeroMemory = (char*) rtl_allocateZeroMemory( m_nSizeOfZeroMemory ); in SetUp()
/trunk/main/sal/osl/os2/
H A Dprocess_impl.cxx197 rtl_uString** ppArgs = (rtl_uString**)rtl_allocateZeroMemory (argc * sizeof(rtl_uString*)); in osl_setCommandArgs()
/trunk/main/sal/osl/unx/
H A Dprocess_impl.cxx241 rtl_uString** ppArgs = (rtl_uString**)rtl_allocateZeroMemory (argc * sizeof(rtl_uString*)); in osl_setCommandArgs()
H A Dsocket.c514 oslSocketAddr pAddr = (oslSocketAddr) rtl_allocateZeroMemory( sizeof( struct oslSocketAddrImpl )); in __osl_createSocketAddr()
/trunk/main/store/source/
H A Dstorbios.cxx206 return rtl_allocateZeroMemory (sal::static_int_cast<sal_Size>(nPageSize)); in operator new()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx1971 const Scanline pFirstRefLine = (Scanline)rtl_allocateZeroMemory( nW/8 + 1 ); in writeG4Stream()
/trunk/main/tools/source/rc/
H A Dresmgr.cxx912 pEmptyBuffer = rtl_allocateZeroMemory( 1024 ); in getEmptyBuffer()

Completed in 139 milliseconds

12