Lines Matching refs:_buf
33 ::MidFree(_buf); in ~CEncoder()
56 if (_buf == 0) in CodeReal()
58 _buf = (Byte *)MidAlloc(kBufSize); in CodeReal()
59 if (_buf == 0) in CodeReal()
106 RINOK(inStream->Read(_buf + bufPos + processedSize, size, &processedSizeLoc)); in CodeReal()
118 Byte b = _buf[bufPos]; in CodeReal()
143 Byte b = _buf[bufPos]; in CodeReal()
151 Byte nextByte = _buf[bufPos + 4]; in CodeReal()
154 (UInt32(_buf[bufPos + 3]) << 16) | in CodeReal()
155 (UInt32(_buf[bufPos + 2]) << 8) | in CodeReal()
156 (_buf[bufPos + 1]); in CodeReal()
235 _buf[i++] = _buf[bufPos++]; in CodeReal()