Searched refs:gzifstream (Results 1 – 6 of 6) sorted by relevance
/external/zlib/src/contrib/iostream/ |
D | zfstream.cpp | 291 gzifstream::gzifstream() : in gzifstream() function in gzifstream 297 gzifstream::gzifstream( const char *name, int io_mode ) : in gzifstream() function in gzifstream 303 gzifstream::gzifstream( int fd, int io_mode ) : in gzifstream() function in gzifstream 309 gzifstream::~gzifstream() { } in ~gzifstream()
|
D | zfstream.h | 46 friend class gzifstream; variable 68 class gzifstream : public gzfilestream_common, public istream { 72 gzifstream(); 73 gzifstream( const char *name, int io_mode = ios::in ); 74 gzifstream( int fd, int io_mode = ios::in ); 76 virtual ~gzifstream();
|
/external/zlib/src/contrib/iostream3/ |
D | zfstream.cc | 374 gzifstream::gzifstream() in gzifstream() function in gzifstream 379 gzifstream::gzifstream(const char* name, in gzifstream() function in gzifstream 388 gzifstream::gzifstream(int fd, in gzifstream() function in gzifstream 398 gzifstream::open(const char* name, in open() 409 gzifstream::attach(int fd, in attach() 420 gzifstream::close() in close()
|
D | zfstream.h | 234 class gzifstream : public std::istream 238 gzifstream(); 246 gzifstream(const char* name, 255 gzifstream(int fd,
|
D | README | 10 The gzifstream and gzofstream classes were originally written by Kevin Ruland 18 library naming scheme. The new version of gzifstream/gzofstream/gzfilebuf differs
|
D | test.cc | 14 gzifstream inf; in main()
|