Home
last modified time | relevance | path

Searched refs:BZ2_bz__AssertH__fail (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/bzip2/
H A Dbzlib_private.h62 extern void BZ2_bz__AssertH__fail ( int errcode );
64 { if (!(cond)) BZ2_bz__AssertH__fail ( errcode ); }
H A Dbzlib.c42 void BZ2_bz__AssertH__fail ( int errcode ) in BZ2_bz__AssertH__fail() function