Searched refs:bz_internal_error (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dbzlib.h7 * A "names as_is" prototype for bz_internal_error() is included for the
19 extern void bz_internal_error ( int bzerrcode );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dbzlib.h7 * A "names as_is" prototype for bz_internal_error() is included for the
19 extern void bz_internal_error ( int errcode );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dzbz2err.c22 Contains: bz_internal_error() (BZIP2_SUPPORT only)
47 /* Function bz_internal_error() */
54 void bz_internal_error(errcode) function
59 } /* end function bz_internal_error() */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dubz2err.c22 Contains: bz_internal_error() (USE_BZIP2 only)
41 /* Function bz_internal_error() */
48 void bz_internal_error(bzerrcode) function
61 } /* end function bz_internal_error() */
H A Dunzpriv.h2427 void bz_internal_error OF((int bzerrcode)); /* ubz2err.c */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bzip2/
H A Dbzlib_private.h88 extern void bz_internal_error ( int errcode );
90 { if (!(cond)) bz_internal_error ( errcode ); }
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dload.c159 void bz_internal_error(int i) function
H A Dbzip2_inflate.c97 extern void bz_internal_error ( int errcode );
117 { if (!(cond)) bz_internal_error ( errcode ); }

Completed in 325 milliseconds