Searched refs:zlib_compressor (Results 1 – 3 of 3) sorted by relevance
29 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()
111 } zlib_compressor; member in boost::beast::zlib::deflate_stream_test614 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()
280 typedef basic_zlib_compressor<> zlib_compressor; typedef