Lines Matching refs:CFolderOutStream2
506 class CFolderOutStream2: class
527 CFolderOutStream2() in CFolderOutStream2() function in NArchive::N7z::CFolderOutStream2
541 HRESULT CFolderOutStream2::Init(const CDbEx *db, UInt32 startIndex, in Init()
554 void CFolderOutStream2::ReleaseOutStream() in ReleaseOutStream()
560 void CFolderOutStream2::OpenFile() in OpenFile()
568 void CFolderOutStream2::CloseFile() in CloseFile()
575 HRESULT CFolderOutStream2::CloseFileAndSetResult() in CloseFileAndSetResult()
582 HRESULT CFolderOutStream2::ProcessEmptyFiles() in ProcessEmptyFiles()
592 STDMETHODIMP CFolderOutStream2::Write(const void *data, UInt32 size, UInt32 *processedSize) in Write()
636 CFolderOutStream2 *FosSpec;
661 FosSpec = new CFolderOutStream2; in CThreadDecoder()