Searched refs:flush_ (Results 1 – 4 of 4) sorted by relevance
168 : 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
167 int flush_ = 0; member in node::__anon304b32780111::ZlibContext199 BrotliEncoderOperation flush_ = BROTLI_OPERATION_PROCESS; member in node::__anon304b32780111::BrotliContext768 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 …]
238 Flush flush_; member in boost::beast::zlib::inflate_stream_test::Beast244 , flush_(flush) in Beast()271 is.write(zs, flush_, ec); in operator ()()
196 omanip_t flush_ = &PHOENIX_STD::flush; variable