Searched refs:_bufPos (Results 1 – 2 of 2) sorted by relevance
35 _bufPos = 0; in InitWriting()61 if (_bufPos < kTempBufSize) in Write()63 UInt32 cur = MyMin(kTempBufSize - _bufPos, size); in Write()64 memcpy(_buf + _bufPos, data, cur); in Write()66 _bufPos += cur; in Write()82 if (_bufPos > 0) in WriteToStream()84 RINOK(WriteStream(stream, _buf, _bufPos)); in WriteToStream()85 crc = CrcUpdate(crc, _buf, _bufPos); in WriteToStream()86 size += _bufPos; in WriteToStream()
16 UInt32 _bufPos; variable