Home
last modified time | relevance | path

Searched refs:_so (Results 1 - 9 of 9) sorted by relevance

/third_party/lzma/CPP/7zip/UI/Console/
H A DUpdateCallbackConsole.cpp49 void Print_ErrorFormatIndex_Warning(CStdOutStream *_so, const CCodecs *codecs, const CArc &arc);
96 if (_so) in OpenResult()
98 *_so << endl; in OpenResult()
100 *_so << arc.Path << endl; in OpenResult()
105 if (_so) in OpenResult()
106 PrintErrorFlags(*_so, "WARNINGS:", warningFlags); in OpenResult()
111 if (_so) in OpenResult()
112 *_so << "WARNINGS:" << endl << er.WarningMessage << endl; in OpenResult()
115 if (_so) in OpenResult()
117 *_so << end in OpenResult()
440 PrintToDoStat(CStdOutStream *_so, const CDirItemsStat2 &stat, const char *name) PrintToDoStat() argument
[all...]
H A DExtractCallbackConsole.cpp172 if (_so) in PrintStat()
176 *_so << s << endl; in PrintStat()
265 static void PrintFileInfo(CStdOutStream *_so, const wchar_t *path, const FILETIME *ft, const UInt64 *size) in PrintFileInfo() argument
267 *_so << kTab << "Path: "; in PrintFileInfo()
268 _so->NormalizePrint_wstr(path); in PrintFileInfo()
269 *_so << endl; in PrintFileInfo()
274 *_so << kTab << "Size: " << s << endl; in PrintFileInfo()
280 *_so << kTab << "Modified: " << temp << endl; in PrintFileInfo()
295 if (_so) in AskOverwrite()
297 *_so << end in AskOverwrite()
607 Print_ErrorFormatIndex_Warning(CStdOutStream *_so, const CCodecs *codecs, const CArc &arc) Print_ErrorFormatIndex_Warning() argument
[all...]
H A DExtractCallbackConsole.h41 CStdOutStream *_so; member in Z7_final
47 bool NeedPercents() const { return _percent._so != NULL; } in NeedPercents()
53 if (_so) in ClosePercentsAndFlush()
54 _so->Flush(); in ClosePercentsAndFlush()
61 _so = outStream; in Init()
63 _percent._so = percentStream; in Init()
119 if (NeedPercents() && _so == _percent._so) in ClosePercents_for_so()
127 if (_so) in ClosePercentsAndFlush()
128 _so in ClosePercentsAndFlush()
[all...]
H A DHashCon.cpp28 if (PrintHeaders && _so) in StartScanning()
29 *_so << kScanningMessage << endl; in StartScanning()
66 if (PrintHeaders && _so) in FinishScanning()
69 *_so << _s << endl << endl; in FinishScanning()
177 *_so << _s << endl; in PrintSeparatorLine()
183 if (PrintHeaders && _so) in BeforeFirstFile()
217 *_so << _s << endl; in BeforeFirstFile()
303 *_so << _s; in PrintResultLine()
309 if (_so) in SetOperationResult()
317 _so in SetOperationResult()
[all...]
H A DPercentPrinter.cpp52 *_so << _temp; in ClosePrint()
55 _so->Flush(); in ClosePrint()
146 _so->Normalize_UString(_tempU); in Print()
147 _so->Convert_UString_to_AString(_tempU, _temp); in Print()
160 _so->Normalize_UString(_tempU); in Print()
161 _so->Convert_UString_to_AString(_tempU, _temp); in Print()
174 *_so << _s; in Print()
176 _so->Flush(); in Print()
H A DUpdateCallbackConsole.h35 CStdOutStream *_so; member in CCallbackConsoleBase
46 bool NeedPercents() const { return _percent._so != NULL; } in NeedPercents()
71 _so = outStream; in Init()
73 _percent._so = percentStream; in Init()
84 if (NeedPercents() && _so == _percent._so) in ClosePercents_for_so()
H A DOpenCallbackConsole.h17 CStdOutStream *_so; member in COpenCallbackConsole
25 bool NeedPercents() const { return _percent._so != NULL; } in NeedPercents()
54 _so = outStream; in Init()
56 _percent._so = percentStream; in Init()
H A DPercentPrinter.h44 CStdOutStream *_so; member in CPercentPrinter
H A DOpenCallbackConsole.cpp90 RINOK(GetPassword_HRESULT(_so, Password)) in Open_CryptoGetTextPassword()

Completed in 5 milliseconds