Lines Matching defs:PRfstream
472 PRfstream::PRfstream():
479 PRfstream::PRfstream(PRFileDesc *fd):
486 PRfstream::PRfstream(PRFileDesc *fd, char *buff, int bufflen):
493 PRfstream::PRfstream(const char *name, int mode, int flags):
502 PRfstream::~PRfstream()
515 PRfstream::setbuf(char * ptr, int len)
525 PRfstream::attach(PRFileDesc *fd)
532 PRfstream::open(const char * name, int mode, int flags)
539 PRfstream::close()