Home
last modified time | relevance | path

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

/external/qemu/distrib/zlib-1.2.3/
Dzutil.h244 extern void z_error OF((char *m));
245 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
Dzutil.c122 void z_error (m) in z_error() function
Ddeflate.c1245 z_error("invalid match");
/external/zlib/src/
Dzutil.h221 extern void ZLIB_INTERNAL z_error OF((char *m));
222 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
Dzutil.c125 void ZLIB_INTERNAL z_error (m) in z_error() function
Ddeflate.c1367 z_error("invalid match");
DChangeLog1180 - use z_error only for DEBUG (avoid problem with DLLs)
/external/zlib/
Dzutil.h221 extern void ZLIB_INTERNAL z_error OF((char *m));
222 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}