Searched refs:ReadPart (Results 1 – 5 of 5) sorted by relevance
/third_party/lzma/CPP/7zip/Common/ |
D | InOutTempBuffer.cpp | 140 if (!inFile.ReadPart(_buf, kTempBufSize, processed)) in WriteToStream()
|
D | FileStreams.cpp | 176 const bool result = File.ReadPart(data, size, realProcessedSize); in Read()
|
/third_party/lzma/CPP/Windows/ |
D | FileIO.cpp | 470 bool CInFile::ReadPart(void *data, UInt32 size, UInt32 &processedSize) throw() in ReadPart() function in NWindows::NFile::NIO::CInFile 483 bool res = ReadPart(data, size, processedLoc); in Read()
|
D | FileIO.h | 249 bool ReadPart(void *data, UInt32 size, UInt32 &processedSize) throw();
|
/third_party/lzma/DOC/ |
D | lzma-history.txt | 398 ISequentialInStream::Read now works as old ReadPart
|