Home
last modified time | relevance | path

Searched refs:no_flush (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/iostreams/filter/
Dzlib.hpp85 BOOST_IOSTREAMS_DECL extern const int no_flush;
355 int result = xdeflate(flush ? zlib::finish : zlib::no_flush); in filter()
/third_party/boost/libs/iostreams/src/
Dzlib.cpp59 const int no_flush = Z_NO_FLUSH; variable