Home
last modified time | relevance | path

Searched refs:_buf2 (Results 1 - 2 of 2) sorted by relevance

/third_party/lzma/CPP/7zip/Common/
H A DOutBuffer.h27 Byte *_buf2; member in COutBuffer
36 COutBuffer(): _buf(NULL), _pos(0), _stream(NULL), _buf2(NULL) {} in COutBuffer()
42 void SetMemStream(Byte *buf) { _buf2 = buf; } in SetMemStream()
H A DOutBuffer.cpp57 if (_buf2) in FlushPart()
59 memcpy(_buf2, _buf + _streamPos, size); in FlushPart()
60 _buf2 += size; in FlushPart()

Completed in 1 milliseconds