Lines Matching full:sync
38 ProgressDialog->Sync.AddError_Message(s); in OpenResult()
46 CProgressSync &sync = ProgressDialog->Sync; in StartScanning() local
47 sync.Set_Status(LangString(IDS_SCANNING)); in StartScanning()
54 ProgressDialog->Sync.AddError_Code_Name(HRESULT_FROM_WIN32(systemError), fs2us(path)); in ScanError()
60 CProgressSync &sync = ProgressDialog->Sync; in FinishScanning() local
61 RINOK(ProgressDialog->Sync.ScanProgress(st.NumFiles + st.NumAltStreams, in FinishScanning()
63 sync.Set_Status(L""); in FinishScanning()
69 CProgressSync &sync = ProgressDialog->Sync; in StartArchive() local
70 sync.Set_Status(LangString(IDS_PROGRESS_COMPRESSING)); in StartArchive()
71 sync.Set_TitleFileName(name); in StartArchive()
77 CProgressSync &sync = ProgressDialog->Sync; in FinishArchive() local
78 sync.Set_Status(L""); in FinishArchive()
84 return ProgressDialog->Sync.CheckStop(); in CheckBreak()
89 return ProgressDialog->Sync.ScanProgress(st.NumFiles + st.NumAltStreams, in ScanProgress()
102 ProgressDialog->Sync.Set_NumFilesTotal(stat.Get_NumDataItems_Total()); in SetNumItems()
108 ProgressDialog->Sync.Set_NumBytesTotal(total); in SetTotal()
114 return ProgressDialog->Sync.Set_NumBytesCur(completed); in SetCompleted()
119 ProgressDialog->Sync.Set_Ratio(inSize, outSize); in SetRatioInfo()
133 ProgressDialog->Sync.AddError_Code_Name(HRESULT_FROM_WIN32(systemError), fs2us(path)); in OpenFileError()
142 ProgressDialog->Sync.Set_NumFilesCur(NumFiles); in SetOperationResult()
154 ProgressDialog->Sync.AddError_Message(s); in ReportExtractResult()
198 return ProgressDialog->Sync.CheckStop(); in Open_CheckBreak()
203 // if (numFiles != NULL) ProgressDialog->Sync.SetNumFilesTotal(*numFiles); in Open_SetTotal()
209 return ProgressDialog->Sync.CheckStop(); in Open_SetCompleted()
252 return ProgressDialog->Sync.Set_Status2(_lang_Removing, fs2us(path), isDir); in DeletingAfterArchiving()
263 ProgressDialog->Sync.AddError_Code_Name(HRESULT_FROM_WIN32(systemError), fs2us(path)); in ReadingFileError()
269 CProgressSync &sync = ProgressDialog->Sync; in WriteSfx() local
270 sync.Set_Status(L"WriteSfx"); in WriteSfx()