Lines Matching refs:ERR
617 #define check_noerr( ERR ) \ argument
622 localErr = (int_least32_t)( ERR ); \
630 #define check_noerr( ERR ) argument
652 #define check_noerr_string( ERR, STR ) \ argument
657 localErr = (int_least32_t)( ERR ); \
665 #define check_noerr_string( ERR, STR ) argument
813 #define require_noerr( ERR, LABEL ) \ argument
818 localErr = (int_least32_t)( ERR ); \
844 #define require_noerr_string( ERR, LABEL, STR ) \ argument
849 localErr = (int_least32_t)( ERR ); \
875 #define require_noerr_action_string( ERR, LABEL, ACTION, STR ) \ argument
880 localErr = (int_least32_t)( ERR ); \
905 #define require_noerr_quiet( ERR, LABEL ) \ argument
908 if( ( ERR ) != 0 ) \
931 #define require_noerr_action( ERR, LABEL, ACTION ) \ argument
936 localErr = (int_least32_t)( ERR ); \
961 #define require_noerr_action_quiet( ERR, LABEL, ACTION ) \ argument
964 if( ( ERR ) != 0 ) \
1091 #define ensure_noerr( ERR ) check_noerr( ERR ) argument
1092 #define ensure_noerr_string( ERR, STR ) check_noerr_string( ERR, STR ) argument