Lines Matching refs:_nValue
289 bool checkValues(sal_Int32 _nLength, int _nValue) in checkValues() argument
294 if (m_pBuffer[i] != _nValue) in checkValues()
302 void createBuffer(sal_Int32 _nLength, int _nValue) in createBuffer() argument
308 memset(m_pBuffer, _nValue, m_nBufferSize); in createBuffer()
381 ReadSocketThread(sal_Int32 _nBufferSize, int _nValue, osl::Condition &_aCond ) in ReadSocketThread() argument
382 : m_nValue( _nValue ), in ReadSocketThread()
502 WriteSocketThread(sal_Int32 _nBufferSize, int _nValue, osl::Condition &_aCond ) in WriteSocketThread() argument
511 m_aValues.createBuffer(_nBufferSize, _nValue); in WriteSocketThread()
667 void write_read(sal_Int32 _nBufferSize, int _nValue) in write_read() argument
671 WriteSocketThread myServerThread(_nBufferSize, _nValue, aCondition); in write_read()
672 ReadSocketThread myClientThread(_nBufferSize, _nValue, aCondition); in write_read()