Home
last modified time | relevance | path

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

/haiku/src/kits/support/
H A DZlibCompressionAlgorithm.cpp140 static const bool kNeedsFinalFlush = true; member
180 static const bool kNeedsFinalFlush = false; member
216 if (Strategy::kNeedsFinalFlush) in ~Stream()
H A DZstdCompressionAlgorithm.cpp129 static const bool kNeedsFinalFlush = true; member
171 static const bool kNeedsFinalFlush = false; member
209 if (Strategy::kNeedsFinalFlush) in ~Stream()