Lines Matching refs:rtl_allocateMemory
260 pBuffer = (sal_uInt8*)rtl_allocateMemory(VALUE_HEADERSIZE); in getValueInfo()
287 pBuffer = (sal_uInt8*)rtl_allocateMemory(4); in getValueInfo()
332 pBuffer = (sal_uInt8*)rtl_allocateMemory(VALUE_HEADERSIZE + size); in setValue()
404 pBuffer = (sal_uInt8*)rtl_allocateMemory(VALUE_HEADERSIZE + size); in setLongListValue()
467 pBuffer = (sal_uInt8*)rtl_allocateMemory(VALUE_HEADERSIZE + size); in setStringListValue()
535 pBuffer = (sal_uInt8*)rtl_allocateMemory(VALUE_HEADERSIZE + size); in setUnicodeListValue()
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()
928 pBuffer = (sal_uInt8*)rtl_allocateMemory(valueSize); in getUnicodeListValue()
961 pValue = (sal_Unicode*)rtl_allocateMemory((sLen / 2) * sizeof(sal_Unicode)); in getUnicodeListValue()