Lines Matching refs:PRofstream
406 PRofstream::PRofstream():
412 PRofstream::PRofstream(PRFileDesc *fd):
418 PRofstream::PRofstream(PRFileDesc *fd, char *buff, int bufflen):
424 PRofstream::PRofstream(const char *name, int mode, int flags):
432 PRofstream::~PRofstream()
443 PRofstream::setbuf(char * ptr, int len)
453 PRofstream::attach(PRFileDesc *fd)
460 PRofstream::open(const char * name, int mode, int flags)
467 PRofstream::close()