Home
last modified time | relevance | path

Searched refs:indirectbuf (Results 1 – 2 of 2) sorted by relevance

/haiku/src/libs/stdc++/legacy/
H A Dindstream.cc33 indirectbuf::indirectbuf(streambuf *get, streambuf *put, int delete_mode) in indirectbuf() function in indirectbuf
41 indirectbuf::~indirectbuf() in ~indirectbuf()
47 streamsize indirectbuf::xsputn(const char* s, streamsize n) in xsputn()
52 streamsize indirectbuf::xsgetn(char* s, streamsize n) in xsgetn()
57 int indirectbuf::overflow(int c /* = EOF */) in overflow()
65 int indirectbuf::underflow() in underflow()
70 int indirectbuf::uflow() in uflow()
75 streampos indirectbuf::seekoff(streamoff off, _seek_dir dir, int mode) in seekoff()
92 streampos indirectbuf::seekpos(streampos pos, int mode) in seekpos()
109 int indirectbuf::sync() in sync()
[all …]
/haiku/headers/cpp/
H A Dindstream.h52 class indirectbuf : public streambuf {
63 indirectbuf(streambuf *get=NULL, streambuf *put=NULL, int delete_mode=0);
64 virtual ~indirectbuf();