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()
1329 static const UInt32 kTempBufSize = 1 << 16; variable1346 _buf = new Byte[kTempBufSize]; in CFolderInStream2()1375 if (cur > kTempBufSize) in Read()1376 cur = kTempBufSize; in Read()