Home
last modified time | relevance | path

Searched refs:PRfilebuf (Results 1 – 21 of 21) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/nsprpub/lib/prstreams/
H A Dprstrms.h32 PRfilebuf(); in PRfilebuf()
33 PRfilebuf(PRFileDesc *fd); in PRfilebuf()
35 virtual ~PRfilebuf(); in PRfilebuf()
41 PRfilebuf *open( in PRfilebuf()
46 PRfilebuf *close(); in PRfilebuf()
88 PRfilebuf *rdbuf() const {
100 mutable PRfilebuf _filebuf;
113 PRfilebuf *rdbuf() const {
125 mutable PRfilebuf _filebuf;
138 PRfilebuf *rdbuf() const { in attach()
[all …]
H A Dprstrms.cpp28 PRfilebuf::PRfilebuf():
38 PRfilebuf::PRfilebuf(PRFileDesc *fd):
48 PRfilebuf::PRfilebuf(PRFileDesc *fd, char_type *ptr, streamsize len):
61 PRfilebuf::~PRfilebuf()
74 PRfilebuf *PRfilebuf::open(
127 PRfilebuf *PRfilebuf::attach(PRFileDesc *fd)
139 PRfilebuf *PRfilebuf::close()
173 streambuf::pos_type PRfilebuf::seekoff(
203 int PRfilebuf::sync()
241 streambuf::int_type PRfilebuf::underflow()
[all …]
/dports/www/firefox/firefox-99.0/nsprpub/lib/prstreams/
H A Dprstrms.h32 PRfilebuf(); in PR_IMPLEMENT()
33 PRfilebuf(PRFileDesc *fd); in PR_IMPLEMENT()
35 virtual ~PRfilebuf(); in PR_IMPLEMENT()
41 PRfilebuf *open( in PR_IMPLEMENT()
46 PRfilebuf *close(); in PR_IMPLEMENT()
88 PRfilebuf *rdbuf() const { in PR_IMPLEMENT()
100 mutable PRfilebuf _filebuf; in PR_IMPLEMENT()
113 PRfilebuf *rdbuf() const { in PR_IMPLEMENT()
125 mutable PRfilebuf _filebuf; in PR_IMPLEMENT()
138 PRfilebuf *rdbuf() const { in PR_IMPLEMENT()
[all …]
H A Dprstrms.cpp28 PRfilebuf::PRfilebuf(): in PRfilebuf() function in PRfilebuf
38 PRfilebuf::PRfilebuf(PRFileDesc *fd): in PRfilebuf() function in PRfilebuf
48 PRfilebuf::PRfilebuf(PRFileDesc *fd, char_type *ptr, streamsize len): in PRfilebuf() function in PRfilebuf
61 PRfilebuf::~PRfilebuf() in ~PRfilebuf()
74 PRfilebuf *PRfilebuf::open( in open()
127 PRfilebuf *PRfilebuf::attach(PRFileDesc *fd) in attach()
139 PRfilebuf *PRfilebuf::close() in close()
173 streambuf::pos_type PRfilebuf::seekoff( in seekoff()
203 int PRfilebuf::sync() in sync()
241 streambuf::int_type PRfilebuf::underflow() in underflow()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/lib/prstreams/
H A Dprstrms.h29 class PR_IMPLEMENT(PRfilebuf): public std::streambuf in PR_IMPLEMENT() argument
32 PRfilebuf(); in PR_IMPLEMENT()
33 PRfilebuf(PRFileDesc *fd); in PR_IMPLEMENT()
35 virtual ~PRfilebuf(); in PR_IMPLEMENT()
39 PRfilebuf *open( in PR_IMPLEMENT()
43 PRfilebuf *attach(PRFileDesc *fd); in PR_IMPLEMENT()
44 PRfilebuf *close(); in PR_IMPLEMENT()
86 PRfilebuf *rdbuf() const { return &_filebuf; } in PR_IMPLEMENT()
94 mutable PRfilebuf _filebuf; in PR_IMPLEMENT()
115 mutable PRfilebuf _filebuf; in PR_IMPLEMENT()
[all …]
H A Dprstrms.cpp28 PRfilebuf::PRfilebuf(): in PRfilebuf() function in PRfilebuf
38 PRfilebuf::PRfilebuf(PRFileDesc *fd): in PRfilebuf() function in PRfilebuf
48 PRfilebuf::PRfilebuf(PRFileDesc *fd, char_type *ptr, streamsize len): in PRfilebuf() function in PRfilebuf
61 PRfilebuf::~PRfilebuf() in ~PRfilebuf()
74 PRfilebuf *PRfilebuf::open( in open()
127 PRfilebuf *PRfilebuf::attach(PRFileDesc *fd) in attach()
139 PRfilebuf *PRfilebuf::close() in close()
172 streambuf::pos_type PRfilebuf::seekoff( in seekoff()
202 int PRfilebuf::sync() in sync()
240 streambuf::int_type PRfilebuf::underflow() in underflow()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/lib/prstreams/
H A Dprstrms.h29 class PR_IMPLEMENT(PRfilebuf): public std::streambuf in PR_IMPLEMENT() argument
32 PRfilebuf(); in PR_IMPLEMENT()
33 PRfilebuf(PRFileDesc *fd); in PR_IMPLEMENT()
35 virtual ~PRfilebuf(); in PR_IMPLEMENT()
39 PRfilebuf *open( in PR_IMPLEMENT()
43 PRfilebuf *attach(PRFileDesc *fd); in PR_IMPLEMENT()
44 PRfilebuf *close(); in PR_IMPLEMENT()
86 PRfilebuf *rdbuf() const { return &_filebuf; } in PR_IMPLEMENT()
94 mutable PRfilebuf _filebuf; in PR_IMPLEMENT()
115 mutable PRfilebuf _filebuf; in PR_IMPLEMENT()
[all …]
H A Dprstrms.cpp28 PRfilebuf::PRfilebuf(): in PRfilebuf() function in PRfilebuf
38 PRfilebuf::PRfilebuf(PRFileDesc *fd): in PRfilebuf() function in PRfilebuf
48 PRfilebuf::PRfilebuf(PRFileDesc *fd, char_type *ptr, streamsize len): in PRfilebuf() function in PRfilebuf
61 PRfilebuf::~PRfilebuf() in ~PRfilebuf()
74 PRfilebuf *PRfilebuf::open( in open()
127 PRfilebuf *PRfilebuf::attach(PRFileDesc *fd) in attach()
139 PRfilebuf *PRfilebuf::close() in close()
172 streambuf::pos_type PRfilebuf::seekoff( in seekoff()
202 int PRfilebuf::sync() in sync()
240 streambuf::int_type PRfilebuf::underflow() in underflow()
[all …]
/dports/devel/nspr/nspr-4.33/nspr/lib/prstreams/
H A Dprstrms.h32 PRfilebuf(); in PR_IMPLEMENT()
33 PRfilebuf(PRFileDesc *fd); in PR_IMPLEMENT()
35 virtual ~PRfilebuf(); in PR_IMPLEMENT()
41 PRfilebuf *open( in PR_IMPLEMENT()
46 PRfilebuf *close(); in PR_IMPLEMENT()
88 PRfilebuf *rdbuf() const { in PR_IMPLEMENT()
100 mutable PRfilebuf _filebuf; in PR_IMPLEMENT()
113 PRfilebuf *rdbuf() const { in PR_IMPLEMENT()
125 mutable PRfilebuf _filebuf; in PR_IMPLEMENT()
138 PRfilebuf *rdbuf() const { in PR_IMPLEMENT()
[all …]
H A Dprstrms.cpp28 PRfilebuf::PRfilebuf(): in PRfilebuf() function in PRfilebuf
38 PRfilebuf::PRfilebuf(PRFileDesc *fd): in PRfilebuf() function in PRfilebuf
48 PRfilebuf::PRfilebuf(PRFileDesc *fd, char_type *ptr, streamsize len): in PRfilebuf() function in PRfilebuf
61 PRfilebuf::~PRfilebuf() in ~PRfilebuf()
74 PRfilebuf *PRfilebuf::open( in open()
127 PRfilebuf *PRfilebuf::attach(PRFileDesc *fd) in attach()
139 PRfilebuf *PRfilebuf::close() in close()
173 streambuf::pos_type PRfilebuf::seekoff( in seekoff()
203 int PRfilebuf::sync() in sync()
241 streambuf::int_type PRfilebuf::underflow() in underflow()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/lib/prstreams/
H A Dprstrms.h32 PRfilebuf(); in PR_IMPLEMENT()
33 PRfilebuf(PRFileDesc *fd); in PR_IMPLEMENT()
35 virtual ~PRfilebuf(); in PR_IMPLEMENT()
41 PRfilebuf *open( in PR_IMPLEMENT()
46 PRfilebuf *close(); in PR_IMPLEMENT()
88 PRfilebuf *rdbuf() const { in PR_IMPLEMENT()
100 mutable PRfilebuf _filebuf; in PR_IMPLEMENT()
113 PRfilebuf *rdbuf() const { in PR_IMPLEMENT()
125 mutable PRfilebuf _filebuf; in PR_IMPLEMENT()
138 PRfilebuf *rdbuf() const { in PR_IMPLEMENT()
[all …]
H A Dprstrms.cpp28 PRfilebuf::PRfilebuf(): in PRfilebuf() function in PRfilebuf
38 PRfilebuf::PRfilebuf(PRFileDesc *fd): in PRfilebuf() function in PRfilebuf
48 PRfilebuf::PRfilebuf(PRFileDesc *fd, char_type *ptr, streamsize len): in PRfilebuf() function in PRfilebuf
61 PRfilebuf::~PRfilebuf() in ~PRfilebuf()
74 PRfilebuf *PRfilebuf::open( in open()
127 PRfilebuf *PRfilebuf::attach(PRFileDesc *fd) in attach()
139 PRfilebuf *PRfilebuf::close() in close()
173 streambuf::pos_type PRfilebuf::seekoff( in seekoff()
203 int PRfilebuf::sync() in sync()
241 streambuf::int_type PRfilebuf::underflow() in underflow()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/lib/prstreams/
H A Dprstrms.h32 PRfilebuf(); in PR_IMPLEMENT()
33 PRfilebuf(PRFileDesc *fd); in PR_IMPLEMENT()
35 virtual ~PRfilebuf(); in PR_IMPLEMENT()
41 PRfilebuf *open( in PR_IMPLEMENT()
46 PRfilebuf *close(); in PR_IMPLEMENT()
88 PRfilebuf *rdbuf() const { in PR_IMPLEMENT()
100 mutable PRfilebuf _filebuf; in PR_IMPLEMENT()
113 PRfilebuf *rdbuf() const { in PR_IMPLEMENT()
125 mutable PRfilebuf _filebuf; in PR_IMPLEMENT()
138 PRfilebuf *rdbuf() const { in PR_IMPLEMENT()
[all …]
H A Dprstrms.cpp28 PRfilebuf::PRfilebuf(): in PRfilebuf() function in PRfilebuf
38 PRfilebuf::PRfilebuf(PRFileDesc *fd): in PRfilebuf() function in PRfilebuf
48 PRfilebuf::PRfilebuf(PRFileDesc *fd, char_type *ptr, streamsize len): in PRfilebuf() function in PRfilebuf
61 PRfilebuf::~PRfilebuf() in ~PRfilebuf()
74 PRfilebuf *PRfilebuf::open( in open()
127 PRfilebuf *PRfilebuf::attach(PRFileDesc *fd) in attach()
139 PRfilebuf *PRfilebuf::close() in close()
173 streambuf::pos_type PRfilebuf::seekoff( in seekoff()
203 int PRfilebuf::sync() in sync()
241 streambuf::int_type PRfilebuf::underflow() in underflow()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/lib/prstreams/tests/testprstrm/
H A Dtestprstrm.cpp55 PRfilebuf *fb[MaxCnt];
67 fb[i] = new PRfilebuf;
105 fb[i] = new PRfilebuf; // Allocate as we go to hack at the heap
/dports/www/firefox/firefox-99.0/nsprpub/lib/prstreams/tests/testprstrm/
H A Dtestprstrm.cpp55 PRfilebuf *fb[MaxCnt]; in threadwork()
67 fb[i] = new PRfilebuf; in threadwork()
105 fb[i] = new PRfilebuf; // Allocate as we go to hack at the heap in threadwork()
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/lib/prstreams/tests/testprstrm/
H A Dtestprstrm.cpp55 PRfilebuf *fb[MaxCnt]; in threadwork()
67 fb[i] = new PRfilebuf; in threadwork()
104 fb[i] = new PRfilebuf; // Allocate as we go to hack at the heap in threadwork()
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/lib/prstreams/tests/testprstrm/
H A Dtestprstrm.cpp55 PRfilebuf *fb[MaxCnt]; in threadwork()
67 fb[i] = new PRfilebuf; in threadwork()
104 fb[i] = new PRfilebuf; // Allocate as we go to hack at the heap in threadwork()
/dports/devel/nspr/nspr-4.33/nspr/lib/prstreams/tests/testprstrm/
H A Dtestprstrm.cpp55 PRfilebuf *fb[MaxCnt]; in threadwork()
67 fb[i] = new PRfilebuf; in threadwork()
105 fb[i] = new PRfilebuf; // Allocate as we go to hack at the heap in threadwork()
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/lib/prstreams/tests/testprstrm/
H A Dtestprstrm.cpp55 PRfilebuf *fb[MaxCnt]; in threadwork()
67 fb[i] = new PRfilebuf; in threadwork()
105 fb[i] = new PRfilebuf; // Allocate as we go to hack at the heap in threadwork()
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/lib/prstreams/tests/testprstrm/
H A Dtestprstrm.cpp55 PRfilebuf *fb[MaxCnt]; in threadwork()
67 fb[i] = new PRfilebuf; in threadwork()
105 fb[i] = new PRfilebuf; // Allocate as we go to hack at the heap in threadwork()