Lines Matching defs:PRifstream
340 PRifstream::PRifstream():
346 PRifstream::PRifstream(PRFileDesc *fd):
352 PRifstream::PRifstream(PRFileDesc *fd, char *buff, int bufflen):
358 PRifstream::PRifstream(const char * name, int mode, int flags):
366 PRifstream::~PRifstream()
377 PRifstream::setbuf(char * ptr, int len)
387 PRifstream::attach(PRFileDesc *fd)
394 PRifstream::open(const char * name, int mode, int flags)
401 PRifstream::close()