Home | History | Annotate | Download | only in Console

Lines Matching refs:_so

46 void Print_ErrorFormatIndex_Warning(CStdOutStream *_so, const CCodecs *codecs, const CArc &arc);

93 if (_so)
95 *_so << endl;
97 *_so << arc.Path << endl;
102 if (_so)
103 PrintErrorFlags(*_so, "WARNINGS:", warningFlags);
108 if (_so)
109 *_so << "WARNINGS:" << endl << er.WarningMessage << endl;
112 if (_so)
114 *_so << endl;
116 _so->Flush();
123 if (_so)
125 Print_ErrorFormatIndex_Warning(_so, codecs, arc);
127 _so->Flush();
134 if (_so)
136 RINOK(Print_OpenArchive_Props(*_so, codecs, arcLink));
137 *_so << endl;
142 if (_so)
143 _so->Flush();
158 if (_so)
159 *_so << kScanningMessage << endl;
183 if (_so)
184 _so->Flush();
253 if (_so)
257 *_so << s << endl << endl;
266 if (_so)
268 *_so << kOpenArchiveMessage;
270 *_so << name;
272 *_so << k_StdOut_ArcName;
273 *_so << endl;
280 if (_so)
282 *_so << (updating ? kUpdatingArchiveMessage : kCreatingArchiveMessage);
284 *_so << name;
286 *_so << k_StdOut_ArcName;
287 *_so << endl << endl;
296 if (_so)
305 *_so << endl;
306 *_so << s;
307 // *_so << endl;
315 if (_so)
317 *_so << "Write SFX: ";
318 *_so << name;
321 *_so << s << endl;
329 if (LogLevel > 0 && _so)
335 if (_so)
336 *_so << endl << ": Removing files after including to archive" << endl;
343 *_so << _tempA;
345 _so->PrintUString(_tempU, _tempA);
346 *_so << endl;
348 _so->Flush();
383 if (_so && DeleteMessageWasShown)
384 *_so << endl;
403 if (_so)
408 *_so << s << endl << endl;
447 bool show2 = (showInLog && _so);
456 *_so << _tempA;
461 _so->PrintUString(_tempU, _tempA);
462 *_so << endl;
464 _so->Flush();
548 if (_so)
549 _so->Flush();
625 Password = GetPassword(_so);
652 Password = GetPassword(_so);