Home
last modified time | relevance | path

Searched refs:flush_ (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/iostreams/detail/
Dfunctional.hpp168 : buf_(buf), dev_(dev), flush_(flush) in flush_buffer_operation()
172 if (flush_) in operator ()()
179 bool flush_; member in boost::iostreams::detail::flush_buffer_operation
/third_party/node/src/
Dnode_zlib.cc167 int flush_ = 0; member in node::__anon304b32780111::ZlibContext
199 BrotliEncoderOperation flush_ = BROTLI_OPERATION_PROCESS; member in node::__anon304b32780111::BrotliContext
768 err_ = deflate(&strm_, flush_); in DoThreadPoolWork()
818 err_ = inflate(&strm_, flush_); in DoThreadPoolWork()
831 err_ = inflate(&strm_, flush_); in DoThreadPoolWork()
850 err_ = inflate(&strm_, flush_); in DoThreadPoolWork()
869 flush_ = flush; in SetFlush()
893 if (strm_.avail_out != 0 && flush_ == Z_FINISH) { in GetErrorInfo()
980 flush_ = Z_NO_FLUSH; in Init()
1105 flush_ = static_cast<BrotliEncoderOperation>(flush); in SetFlush()
[all …]
/third_party/boost/libs/beast/test/beast/zlib/
Dinflate_stream.cpp238 Flush flush_; member in boost::beast::zlib::inflate_stream_test::Beast
244 , flush_(flush) in Beast()
271 is.write(zs, flush_, ec); in operator ()()
/third_party/boost/boost/spirit/home/classic/phoenix/
Dspecial_ops.hpp196 omanip_t flush_ = &PHOENIX_STD::flush; variable