HomeSort by: relevance | last modified time | path
    Searched defs:gzfilestream_common (Results 1 - 2 of 2) sorted by relevancy

  /src/common/dist/zlib/contrib/iostream/
zfstream.h 44 class gzfilestream_common : virtual public ios { class in inherits:ios
52 virtual ~gzfilestream_common();
59 gzfilestream_common();
68 class gzifstream : public gzfilestream_common, public istream {
80 class gzofstream : public gzfilestream_common, public ostream {
zfstream.cpp 254 gzfilestream_common::gzfilestream_common() : function in class:gzfilestream_common
255 ios( gzfilestream_common::rdbuf() )
258 gzfilestream_common::~gzfilestream_common()
261 void gzfilestream_common::attach( int fd, int io_mode ) {
270 void gzfilestream_common::open( const char *name, int io_mode ) {
279 void gzfilestream_common::close() {
286 gzfilebuf *gzfilestream_common::rdbuf()
292 ios( gzfilestream_common::rdbuf()
    [all...]

Completed in 37 milliseconds