Home
last modified time | relevance | path

Searched refs:z_error (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/zlib/
Dzutil.h222 extern void ZLIB_INTERNAL z_error OF((char *m));
223 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
Dzutil.c125 void ZLIB_INTERNAL z_error (m) in z_error() function
Ddeflate.c1369 z_error("invalid match");
DChangeLog1243 - use z_error only for DEBUG (avoid problem with DLLs)