Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DUpdateCallback.cpp74 RINOK(Callback->CheckBreak()); in GetUpdateItemInfo() local
/external/lzma/CPP/Common/
DMyCom.h9 #define RINOK(x) { HRESULT __result_ = (x); if (__result_ != S_OK) return __result_; } macro
/external/lzma/C/
DTypes.h52 #define RINOK(x) { int __result__ = (x); if (__result__ != 0) return __result__; } macro