Searched refs:footer_ (Results 1 – 1 of 1) sorted by relevance
230 result += read_string(s + result, n - result, footer_); in read()301 footer_.clear(); in close_impl()312 std::string footer_; member in boost::iostreams::basic_gzip_compressor424 footer_.reset(); in write()445 if (footer_.done()) { in write()446 if (footer_.crc() != this->crc()) in write()453 footer_.process(c); in write()470 footer_.reset(); in read()504 footer_.process(c); in read()505 if (footer_.done()) { in read()[all …]