Lines Matching refs:m_pipe
68 ::osl::StreamPipe m_pipe;
85 reinterpret_cast< sal_IntPtr >(&m_pipe)), in PipeConnection()
104 sal_Int32 n = m_pipe.read( aReadBytes.getArray(), nBytesToRead ); in read()
123 if( m_pipe.write( seq.getConstArray() , seq.getLength() ) != seq.getLength() ) in write()
145 m_pipe.close(); in close()
168 m_pipe = Pipe( m_sPipeName.pData , osl_Pipe_CREATE , osl::Security() ); in init()
169 if( ! m_pipe.is() ) in init()
182 pipe = m_pipe; in accept()
192 oslPipeError status = pipe.accept( pConn->m_pipe ); in accept()
218 pipe = m_pipe; in stopAccepting()
219 m_pipe.clear(); in stopAccepting()