Home
last modified time | relevance | path

Searched refs:WritePart (Results 1 – 3 of 3) sorted by relevance

/third_party/lzma/CPP/Windows/
DFileIO.cpp538 bool COutFile::WritePart(const void *data, UInt32 size, UInt32 &processedSize) throw() in WritePart() function in NWindows::NFile::NIO::COutFile
554 bool res = WritePart(data, size, processedLoc); in Write()
573 if (!WritePart(data, sizeCur, processedLoc)) in WriteFull()
DFileIO.h264 bool WritePart(const void *data, UInt32 size, UInt32 &processedSize) throw();
/third_party/lzma/DOC/
Dlzma-history.txt399 ISequentialOutStream::Write now works as old WritePart