Searched refs:m_o_streambuf (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dmstream.cpp127 m_o_streambuf = new wxStreamBuffer(wxStreamBuffer::write);
129 m_o_streambuf->SetBufferIO(data, len);
130 m_o_streambuf->Fixed(false);
131 m_o_streambuf->Flushable(false);
136 delete m_o_streambuf;
141 size_t oldpos = m_o_streambuf->GetIntPosition();
142 m_o_streambuf->Write(buffer, nbytes);
143 size_t newpos = m_o_streambuf->GetIntPosition();
147 newpos = m_o_streambuf->GetBufferSize();
154 return m_o_streambuf
[all...]
H A Dstream.cpp1302 m_o_streambuf = buffer;
1306 m_o_streambuf = new wxStreamBuffer(*this, wxStreamBuffer::write);
1308 m_o_streambuf->SetBufferIO(1024);
1315 delete m_o_streambuf;
1328 m_o_streambuf->Write(buffer, size);
1335 return m_o_streambuf->Seek(pos, mode);
1340 return m_o_streambuf->Tell();
1345 m_o_streambuf->FlushBuffer();
1366 return m_parent_o_stream->GetLength() + m_o_streambuf->GetIntPosition();
1373 delete m_o_streambuf;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dmstream.h60 virtual wxFileOffset GetLength() const { return m_o_streambuf->GetLastAccess(); }
65 wxStreamBuffer *GetOutputStreamBuffer() const { return m_o_streambuf; }
73 wxStreamBuffer *m_o_streambuf; member in class:wxMemoryOutputStream
85 inline wxStreamBuffer *wxMemoryOutputStream::OutputStreamBuffer() const { return m_o_streambuf; }
H A Dstream.h584 wxStreamBuffer *GetOutputStreamBuffer() const { return m_o_streambuf; }
596 wxStreamBuffer *m_o_streambuf; member in class:wxBufferedOutputStream
604 inline wxStreamBuffer *wxBufferedOutputStream::OutputStreamBuffer() const { return m_o_streambuf; }

Completed in 72 milliseconds