Home
last modified time | relevance | path

Searched defs:RINOK (Results 1 – 4 of 4) sorted by relevance

/third_party/lzma/CPP/7zip/UI/Console/
DExtractCallbackConsole.cpp291 RINOK(CheckBreak2()); in AskOverwrite() local
401 RINOK(CheckBreak2()); in MessageError() local
/third_party/lzma/CPP/Common/
DMyCom.h10 #define RINOK(x) { HRESULT __result_ = (x); if (__result_ != S_OK) return __result_; } macro
/third_party/lzma/CPP/7zip/UI/Common/
DUpdateCallback.cpp144 RINOK(Callback->CheckBreak()); in GetUpdateItemInfo() local
/third_party/lzma/C/
D7zTypes.h159 #define RINOK(x) { int __result__ = (x); if (__result__ != 0) return __result__; } macro