Lines Matching refs:gzfilestream_common
254 gzfilestream_common::gzfilestream_common() : in gzfilestream_common() function in gzfilestream_common
255 ios( gzfilestream_common::rdbuf() ) in gzfilestream_common()
258 gzfilestream_common::~gzfilestream_common() in ~gzfilestream_common()
261 void gzfilestream_common::attach( int fd, int io_mode ) { in attach()
270 void gzfilestream_common::open( const char *name, int io_mode ) { in open()
279 void gzfilestream_common::close() { in close()
286 gzfilebuf *gzfilestream_common::rdbuf() in rdbuf()
292 ios( gzfilestream_common::rdbuf() ) in gzifstream()
298 ios( gzfilestream_common::rdbuf() ) in gzifstream()
300 gzfilestream_common::open( name, io_mode ); in gzifstream()
304 ios( gzfilestream_common::rdbuf() ) in gzifstream()
306 gzfilestream_common::attach( fd, io_mode ); in gzifstream()
312 ios( gzfilestream_common::rdbuf() ) in gzofstream()
318 ios( gzfilestream_common::rdbuf() ) in gzofstream()
320 gzfilestream_common::open( name, io_mode ); in gzofstream()
324 ios( gzfilestream_common::rdbuf() ) in gzofstream()
326 gzfilestream_common::attach( fd, io_mode ); in gzofstream()