Searched refs:PRfilebuf (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/lib/prstreams/
H A Dprstrms.h63 #define PRfilebuf streambuf macro
70 class PR_IMPLEMENT(PRfilebuf): public streambuf
73 PRfilebuf();
74 PRfilebuf(PRFileDesc *fd);
75 PRfilebuf(PRFileDesc *fd, char * buffptr, int bufflen);
76 ~PRfilebuf();
82 PRfilebuf *open(const char *name, int mode, int flags);
83 PRfilebuf *attach(PRFileDesc *fd);
84 PRfilebuf *close();
103 PRfilebuf* rdbu
[all...]
H A Dprstrms.cpp89 PRfilebuf::PRfilebuf(): function in class:PRfilebuf
96 PRfilebuf::PRfilebuf(PRFileDesc *fd): function in class:PRfilebuf
104 PRfilebuf::PRfilebuf(PRFileDesc *fd, char * buffptr, int bufflen): function in class:PRfilebuf
109 PRfilebuf::setbuf(buffptr, bufflen);
112 PRfilebuf::~PRfilebuf()
122 PRfilebuf*
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/lib/prstreams/tests/testprstrm/
H A Dtestprstrm.cpp86 PRfilebuf *fb[MaxCnt];
98 fb[i] = new PRfilebuf;
135 fb[i] = new PRfilebuf; // Allocate as we go to hack at the heap

Completed in 869 milliseconds