Lines Matching refs:ERR
247 #define require_noerr(ERR, LABEL) \ argument
251 localErr = (int)(ERR); \
271 #define require_noerr_string(ERR, LABEL, STR) \ argument
275 localErr = (int)(ERR); \
295 #define require_noerr_action_string(ERR, LABEL, ACTION, STR) \ argument
299 localErr = (int)(ERR); \
318 #define require_noerr_quiet(ERR, LABEL) \ argument
320 if (unlikely((ERR) != 0)) { \
336 #define require_noerr_action(ERR, LABEL, ACTION) \ argument
340 localErr = (int)(ERR); \
360 #define require_noerr_action_quiet(ERR, LABEL, ACTION) \ argument
362 if (unlikely((ERR) != 0)) { \