| 2132 | } |
| 2133 | |
| 2134 | void buffer::list::invalidate_crc() |
| 2135 | { |
| 2136 | for (const auto& node : _buffers) { |
| 2137 | if (node._raw) { |
| 2138 | node._raw->invalidate_crc(); |
| 2139 | } |
| 2140 | } |
| 2141 | } |
| 2142 | |
| 2143 | /** |
| 2144 | * Binary write all contents to a C++ stream |
no outgoing calls