Lines Matching refs:ERR
116 #define require_noerr(ERR, LABEL) … argument
120 … localErr = (int)(ERR); \
140 #define require_noerr_string(ERR, LABEL, STR) … argument
144 … localErr = (int)(ERR); \
164 #define require_noerr_action_string(ERR, LABEL, ACTION, STR) … argument
168 … localErr = (int)(ERR); \
185 #define require_noerr_quiet(ERR, LABEL) \ argument
187 if (unlikely((ERR) != 0)) { \
203 #define require_noerr_action(ERR, LABEL, ACTION) … argument
207 … localErr = (int)(ERR); \
225 #define require_noerr_action_quiet(ERR, LABEL, ACTION) \ argument
227 if (unlikely((ERR) != 0)) { \