Home | History | Annotate | Download | only in switchback

Lines Matching refs:errcode

423 extern void BZ2_bz__AssertH__fail ( int errcode );
424 #define AssertH(cond,errcode) \
425 { if (!(cond)) BZ2_bz__AssertH__fail ( errcode ); }
449 extern void bz_internal_error ( int errcode );
450 #define AssertH(cond,errcode) \
451 { if (!(cond)) bz_internal_error ( errcode ); }
4428 void BZ2_bz__AssertH__fail ( int errcode )
4430 vexxx_printf("BZ2_bz__AssertH__fail(%d) called, exiting\n", errcode);
4434 void bz_internal_error ( int errcode )
4436 vexxx_printf("bz_internal_error called, exiting\n", errcode);