Searched refs:m_arData (Results 1 – 1 of 1) sorted by relevance
292 boost::scoped_array<sal_Char> m_arData; member in jfw_plugin::AsynchReader321 return OString(m_arData.get(), m_nDataSize); in getData()354 memcpy(arTmp.get(), m_arData.get(), m_nDataSize); in run()356 m_arData.reset(new sal_Char[(size_t)(m_nDataSize + nRead)]); in run()358 memcpy(m_arData.get(), arTmp.get(), m_nDataSize); in run()360 memcpy(m_arData.get() + m_nDataSize, aBuffer, (size_t) nRead); in run()
Completed in 19 milliseconds