Searched refs:_bufPos (Results 1 – 2 of 2) sorted by relevance
33 _bufPos = 0; in InitWriting()64 if (_bufPos < kTempBufSize) in Write()66 UInt32 cur = MyMin(kTempBufSize - _bufPos, size); in Write()67 memcpy(_buf + _bufPos, data, cur); in Write()69 _bufPos += cur; in Write()85 if (_bufPos > 0) in WriteToStream()87 RINOK(WriteStream(stream, _buf, _bufPos)); in WriteToStream()88 crc = CrcUpdate(crc, _buf, _bufPos); in WriteToStream()89 size += _bufPos; in WriteToStream()
17 UInt32 _bufPos; variable