Searched refs:kTempBufSize (Results 1 – 2 of 2) sorted by relevance
16 static const size_t kTempBufSize = (1 << 20); variable25 _buf = new Byte[kTempBufSize]; in Create()63 size_t cur = kTempBufSize - _bufPos; in Write()101 if (!inFile.ReadPart(_buf, kTempBufSize, processed)) in WriteToStream()
1322 static const UInt32 kTempBufSize = 1 << 16; variable1339 _buf = new Byte[kTempBufSize]; in CFolderInStream2()1368 if (cur > kTempBufSize) in Read()1369 cur = kTempBufSize; in Read()