Home
last modified time | relevance | path

Searched refs:sRes (Results 1 - 8 of 8) sorted by relevance

/third_party/lzma/CPP/Windows/
H A DSystemInfo.cpp748 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 DSystemInfo.h11 void GetOsInfoText(AString &sRes);
/third_party/lzma/CPP/7zip/Compress/
H A DXzDecoder.cpp14 #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 DLzma2Decoder.cpp78 #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 DLzma2Encoder.cpp100 #define RET_IF_WRAP_ERROR(wrapRes, sRes, sResErrorCode) \
101 if (wrapRes != S_OK /* && (sRes == SZ_OK || sRes == sResErrorCode) */) return wrapRes;
H A DXzEncoder.cpp216 #define RET_IF_WRAP_ERROR(wrapRes, sRes, sResErrorCode) \
217 if (wrapRes != S_OK /* && (sRes == SZ_OK || sRes == sResErrorCode) */) return wrapRes;
H A DLzmaEncoder.cpp216 #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 Dsqlite3.c24655 sqlite3_str sRes; strftimeFunc() local
[all...]

Completed in 123 milliseconds