Searched defs:PRfilebuf (Results 1 - 2 of 2) 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...]

Completed in 4490 milliseconds