/src/common/dist/zlib/contrib/iostream3/ |
zfstream.h | 45 * it can default and setcompression(level) then becomes like the old 49 setcompression(int comp_level, 410 * as base for the setcompression(int,int) manipulator. 440 setcompression(gzofstream &gzs, int l, int s = Z_DEFAULT_STRATEGY) function in typeref:typename:gzofstream & 442 (gzs.rdbuf())->setcompression(l, s); 463 setcompression(int l, int s = Z_DEFAULT_STRATEGY) function in typeref:typename:gzomanip2 464 { return gzomanip2<int,int>(&setcompression, l, s); }
|
zfstream.h | 45 * it can default and setcompression(level) then becomes like the old 49 setcompression(int comp_level, 410 * as base for the setcompression(int,int) manipulator. 440 setcompression(gzofstream &gzs, int l, int s = Z_DEFAULT_STRATEGY) function in typeref:typename:gzofstream & 442 (gzs.rdbuf())->setcompression(l, s); 463 setcompression(int l, int s = Z_DEFAULT_STRATEGY) function in typeref:typename:gzomanip2 464 { return gzomanip2<int,int>(&setcompression, l, s); }
|
zfstream.h | 45 * it can default and setcompression(level) then becomes like the old 49 setcompression(int comp_level, 410 * as base for the setcompression(int,int) manipulator. 440 setcompression(gzofstream &gzs, int l, int s = Z_DEFAULT_STRATEGY) function in typeref:typename:gzofstream & 442 (gzs.rdbuf())->setcompression(l, s); 463 setcompression(int l, int s = Z_DEFAULT_STRATEGY) function in typeref:typename:gzomanip2 464 { return gzomanip2<int,int>(&setcompression, l, s); }
|
zfstream.cc | 43 gzfilebuf::setcompression(int comp_level, function in class:gzfilebuf
|
zfstream.cc | 43 gzfilebuf::setcompression(int comp_level, function in class:gzfilebuf
|
zfstream.cc | 43 gzfilebuf::setcompression(int comp_level, function in class:gzfilebuf
|