Home | History | Annotate | Download | only in tests

Lines Matching full:errcode

446 extern void BZ2_bz__AssertH__fail ( int errcode );
447 #define AssertH(cond,errcode) \
448 { if (!(cond)) BZ2_bz__AssertH__fail ( errcode ); }
472 extern void bz_internal_error ( int errcode );
473 #define AssertH(cond,errcode) \
474 { if (!(cond)) bz_internal_error ( errcode ); }
4452 void BZ2_bz__AssertH__fail ( int errcode )
4454 vex_printf("BZ2_bz__AssertH__fail(%d) called, exiting\n", errcode);
4458 void bz_internal_error ( int errcode )
4460 vex_printf("bz_internal_error called, exiting\n", errcode);