Home
last modified time | relevance | path

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

/third_party/boost/libs/iostreams/src/
Dzlib.cpp94 : stream_(new z_stream), calculate_crc_(false), crc_(0), crc_imp_(0), in zlib_base()
124 crc_ = crc_imp_ = crc32(crc_imp_, buf, length); in after()
153 crc_imp_ = 0; in reset()
/third_party/boost/boost/iostreams/filter/
Dzlib.hpp217 zlib::ulong crc_imp_; member in boost::iostreams::detail::zlib_base