Lines Matching refs:_so
49 void Print_ErrorFormatIndex_Warning(CStdOutStream *_so, const CCodecs *codecs, const CArc &arc);
96 if (_so)
98 *_so << endl;
100 *_so << arc.Path << endl;
105 if (_so)
106 PrintErrorFlags(*_so, "WARNINGS:", warningFlags);
111 if (_so)
112 *_so << "WARNINGS:" << endl << er.WarningMessage << endl;
115 if (_so)
117 *_so << endl;
119 _so->Flush();
126 if (_so)
128 Print_ErrorFormatIndex_Warning(_so, codecs, arc);
130 _so->Flush();
137 if (_so)
139 RINOK(Print_OpenArchive_Props(*_so, codecs, arcLink))
140 *_so << endl;
145 if (_so)
146 _so->Flush();
163 if (_so)
164 *_so << kScanningMessage << endl;
188 if (_so)
189 _so->Flush();
207 if (_so)
208 _so->Flush();
278 if (_so)
282 *_so << s << endl << endl;
291 if (_so)
293 *_so << kOpenArchiveMessage;
295 *_so << name;
297 *_so << k_StdOut_ArcName;
298 *_so << endl;
311 if (_so)
313 *_so << (updating ? kUpdatingArchiveMessage : kCreatingArchiveMessage);
315 _so->NormalizePrint_wstr(name);
317 *_so << k_StdOut_ArcName;
318 *_so << endl << endl;
327 if (_so)
342 *_so << endl;
343 *_so << s;
344 // *_so << endl;
352 if (_so)
354 *_so << "Write SFX: ";
355 *_so << name;
358 *_so << s << endl;
366 if (LogLevel > 0 && _so)
372 if (_so)
373 *_so << endl << ": Removing files after including to archive" << endl;
380 *_so << _tempA;
382 _so->Normalize_UString(_tempU);
383 _so->PrintUString(_tempU, _tempA);
384 *_so << endl;
386 _so->Flush();
421 if (_so && DeleteMessageWasShown)
422 *_so << endl;
440 void static PrintToDoStat(CStdOutStream *_so, const CDirItemsStat2 &stat, const char *name)
444 *_so << name << ": " << s << endl;
449 if (_so)
454 *_so << endl;
455 PrintToDoStat(_so, stat.DeleteData, "Delete data from archive");
458 PrintToDoStat(_so, stat.OldData, "Keep old data in archive");
461 PrintToDoStat(_so, stat.NewData, "Add new data to archive");
463 *_so << endl;
502 bool show2 = (showInLog && _so);
511 *_so << _tempA;
519 _so->Normalize_UString(_tempU);
521 _so->PrintUString(_tempU, _tempA);
522 *_so << endl;
524 _so->Flush();
555 const bool show2 = (_so != NULL);
560 _so->PrintUString(s, _tempA);
561 *_so << endl;
563 _so->Flush();
639 if (_so)
640 _so->Flush();
720 RINOK(GetPassword_HRESULT(_so, Password))
747 RINOK(GetPassword_HRESULT(_so, Password))