Home | History | Annotate | Download | only in iostream

Lines Matching full:gzfilestream_common

254 gzfilestream_common::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() )
298 ios( gzfilestream_common::rdbuf() )
300 gzfilestream_common::open( name, io_mode );
304 ios( gzfilestream_common::rdbuf() )
306 gzfilestream_common::attach( fd, io_mode );
312 ios( gzfilestream_common::rdbuf() )
318 ios( gzfilestream_common::rdbuf() )
320 gzfilestream_common::open( name, io_mode );
324 ios( gzfilestream_common::rdbuf() )
326 gzfilestream_common::attach( fd, io_mode );