Home
last modified time | relevance | path

Searched refs:pVList (Results 1 – 2 of 2) sorted by relevance

/trunk/main/registry/source/
H A Dkeyimpl.cxx746 sal_Int32* pVList = (sal_Int32*)rtl_allocateZeroMemory(len * sizeof(sal_Int32)); in getLongListValue() local
752 readINT32(pBuffer+offset, pVList[i]); in getLongListValue()
756 *pValueList = pVList; in getLongListValue()
843 sal_Char** pVList = (sal_Char**)rtl_allocateZeroMemory(len * sizeof(sal_Char*)); in getStringListValue() local
857 pVList[i] = pValue; in getStringListValue()
862 *pValueList = pVList; in getStringListValue()
949 sal_Unicode** pVList = (sal_Unicode**)rtl_allocateZeroMemory(len * sizeof(sal_Unicode*)); in getUnicodeListValue() local
963 pVList[i] = pValue; in getUnicodeListValue()
968 *pValueList = pVList; in getUnicodeListValue()
H A Dregkey.cxx594 sal_Char** pVList = (sal_Char**)pValueList; in freeValueList() local
597 rtl_freeMemory(pVList[i]); in freeValueList()
600 rtl_freeMemory(pVList); in freeValueList()
605 sal_Unicode** pVList = (sal_Unicode**)pValueList; in freeValueList() local
608 rtl_freeMemory(pVList[i]); in freeValueList()
611 rtl_freeMemory(pVList); in freeValueList()

Completed in 24 milliseconds