Searched refs:sRes (Results 1 - 8 of 8) sorted by relevance
/third_party/lzma/CPP/Windows/ |
H A D | SystemInfo.cpp | 748 void GetOsInfoText(AString &sRes)
in GetOsInfoText() argument 750 sRes.Empty();
in GetOsInfoText() 804 sRes += s;
in GetOsInfoText() 811 sRes += " : ";
in GetOsInfoText() 812 sRes += s2;
in GetOsInfoText() 820 void GetSystemInfoText(AString &sRes)
in GetSystemInfoText() argument 822 GetOsInfoText(sRes);
in GetSystemInfoText() 823 sRes.Add_LF();
in GetSystemInfoText() 841 sRes += s;
in GetSystemInfoText() 842 sRes in GetSystemInfoText() [all...] |
H A D | SystemInfo.h | 11 void GetOsInfoText(AString &sRes);
|
/third_party/lzma/CPP/7zip/Compress/ |
H A D | XzDecoder.cpp | 14 #define RET_IF_WRAP_ERROR_CONFIRMED(wrapRes, sRes, sResErrorCode) \
15 if (wrapRes != S_OK && sRes == sResErrorCode) return wrapRes;
17 #define RET_IF_WRAP_ERROR(wrapRes, sRes, sResErrorCode) \
18 if (wrapRes != S_OK /* && (sRes == SZ_OK || sRes == sResErrorCode) */) return wrapRes;
|
H A D | Lzma2Decoder.cpp | 78 #define RET_IF_WRAP_ERROR_CONFIRMED(wrapRes, sRes, sResErrorCode) \
79 if (wrapRes != S_OK && sRes == sResErrorCode) return wrapRes;
81 #define RET_IF_WRAP_ERROR(wrapRes, sRes, sResErrorCode) \
82 if (wrapRes != S_OK /* && (sRes == SZ_OK || sRes == sResErrorCode) */) return wrapRes;
|
H A D | Lzma2Encoder.cpp | 100 #define RET_IF_WRAP_ERROR(wrapRes, sRes, sResErrorCode) \
101 if (wrapRes != S_OK /* && (sRes == SZ_OK || sRes == sResErrorCode) */) return wrapRes;
|
H A D | XzEncoder.cpp | 216 #define RET_IF_WRAP_ERROR(wrapRes, sRes, sResErrorCode) \
217 if (wrapRes != S_OK /* && (sRes == SZ_OK || sRes == sResErrorCode) */) return wrapRes;
|
H A D | LzmaEncoder.cpp | 216 #define RET_IF_WRAP_ERROR(wrapRes, sRes, sResErrorCode) \
217 if (wrapRes != S_OK /* && (sRes == SZ_OK || sRes == sResErrorCode) */) return wrapRes;
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | 24655 sqlite3_str sRes; strftimeFunc() local [all...] |
Completed in 123 milliseconds