Home | History | Annotate | Download | only in iostream

Lines Matching refs:gzfilebuf

4 gzfilebuf::gzfilebuf() :
10 gzfilebuf::~gzfilebuf() {
18 gzfilebuf *gzfilebuf::open( const char *name,
60 gzfilebuf *gzfilebuf::attach( int file_descriptor,
102 gzfilebuf *gzfilebuf::close() {
116 int gzfilebuf::setcompressionlevel( int comp_level ) {
122 int gzfilebuf::setcompressionstrategy( int comp_strategy ) {
129 streampos gzfilebuf::seekoff( streamoff off, ios::seek_dir dir, int which ) {
135 int gzfilebuf::underflow() {
173 int gzfilebuf::overflow( int c ) {
206 int gzfilebuf::sync() {
218 int gzfilebuf::flushbuf() {
235 int gzfilebuf::fillbuf() {
286 gzfilebuf *gzfilestream_common::rdbuf()