Searched refs:m_nBufferPos (Results 1 – 2 of 2) sorted by relevance
1592 rInc.m_nBufferPos = 0; in sendData()2010 int nBytes = rInc.m_aData.getLength() - rInc.m_nBufferPos; in handleSendPropertyNotify()2017 (const unsigned char*)rInc.m_aData.getConstArray()+rInc.m_nBufferPos ); in handleSendPropertyNotify()2028 … (const unsigned char*)rInc.m_aData.getConstArray()+rInc.m_nBufferPos, in handleSendPropertyNotify()2030 rInc.m_nBufferPos += nBytes; in handleSendPropertyNotify()
171 int m_nBufferPos; member