Lines Matching full:errcode
439 extern void BZ2_bz__AssertH__fail ( int errcode );
440 #define AssertH(cond,errcode) \
441 { if (!(cond)) BZ2_bz__AssertH__fail ( errcode ); }
465 extern void bz_internal_error ( int errcode );
466 #define AssertH(cond,errcode) \
467 { if (!(cond)) bz_internal_error ( errcode ); }
4441 void BZ2_bz__AssertH__fail ( int errcode )
4443 vex_printf("BZ2_bz__AssertH__fail(%d) called, exiting\n", errcode);
4447 void bz_internal_error ( int errcode )
4449 vex_printf("bz_internal_error called, exiting\n", errcode);