Home
last modified time | relevance | path

Searched refs:zlib_compressor (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/iostreams/test/
Dzlib_test.cpp29 test_filter_pair( zlib_compressor(), in zlib_test()
39 test_filter_pair( zlib_compressor(), in zlib_test()
45 strm.push( zlib_compressor() ); in zlib_test()
/third_party/boost/libs/beast/test/beast/zlib/
Ddeflate_stream.cpp111 } zlib_compressor; member in boost::beast::zlib::deflate_stream_test
614 testDeflate(zlib_compressor); in run()
616 testInvalidSettings(zlib_compressor); in run()
618 testWriteAfterFinish(zlib_compressor); in run()
620 testFlushPartial(zlib_compressor); in run()
622 testFlushAtLiteralBufferFull(zlib_compressor); in run()
624 testRLEMatchLengthExceedLookahead(zlib_compressor); in run()
626 testFlushAfterDistMatch(zlib_compressor); in run()
/third_party/boost/boost/iostreams/filter/
Dzlib.hpp280 typedef basic_zlib_compressor<> zlib_compressor; typedef