Searched refs:no_flush (Results 1 – 2 of 2) sorted by relevance
85 BOOST_IOSTREAMS_DECL extern const int no_flush;355 int result = xdeflate(flush ? zlib::finish : zlib::no_flush); in filter()
59 const int no_flush = Z_NO_FLUSH; variable