Home | History | Annotate | Download | only in tests

Lines Matching full:errcode

477 extern void BZ2_bz__AssertH__fail ( int errcode );
478 #define AssertH(cond,errcode) \
479 { if (!(cond)) BZ2_bz__AssertH__fail ( errcode ); }
503 extern void bz_internal_error ( int errcode );
504 #define AssertH(cond,errcode) \
505 { if (!(cond)) bz_internal_error ( errcode ); }
4481 void BZ2_bz__AssertH__fail ( int errcode )
4483 vex_printf("BZ2_bz__AssertH__fail(%d) called, exiting\n", errcode);
4487 void bz_internal_error ( int errcode )
4489 vex_printf("bz_internal_error called, exiting\n", errcode);