Searched refs:_convSize (Results 1 – 2 of 2) sorted by relevance
153 while (_convSize != 0) in Flush2()155 UInt32 num = _convSize; in Flush2()171 _convSize -= processed; in Flush2()215 _convSize = Filter->Filter(_buf, _bufPos); in Write()217 if (_convSize == 0) in Write()219 if (_convSize > _bufPos) in Write()222 _convSize = 0; in Write()237 _convSize = Filter->Filter(_buf, _bufPos); in OutStreamFinish()238 if (_convSize == 0) in OutStreamFinish()239 _convSize = _bufPos; in OutStreamFinish()[all …]
103 UInt32 _convSize; // size of converted data starting from _convPos variable109 _convSize = 0; in InitSpecVars()