Home
last modified time | relevance | path

Searched refs:CEErrorPassThrough (Results 1 – 1 of 1) sorted by relevance

/xnu-11417.101.15/EXTERNAL_HEADERS/CoreEntitlements/
H A DResult.h23 static inline CEError_t CEErrorPassThrough(CEError_t E) { in CEErrorPassThrough() function
31 … { CEError_t _ce_error = ret; if (_ce_error != kCENoError) {return CEErrorPassThrough(_ce_error);}…
37 #define CE_THROW(err) return CEErrorPassThrough(err)