HomeSort by relevance Sort by last modified time
    Searched refs:setcompression (Results 1 - 3 of 3) sorted by null

  /external/zlib/src/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
442 (gzs.rdbuf())->setcompression(l, s);
463 setcompression(int l, int s = Z_DEFAULT_STRATEGY) function
464 { return gzomanip2<int,int>(&setcompression, l, s); }
test.cc 34 outf << setcompression(Z_NO_COMPRESSION)
zfstream.cc 43 gzfilebuf::setcompression(int comp_level, function in class:gzfilebuf

Completed in 91 milliseconds