Searched refs:z_error (Results 1 – 4 of 4) sorted by relevance
222 extern void ZLIB_INTERNAL z_error OF((char *m));223 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
125 void ZLIB_INTERNAL z_error (m) in z_error() function
1369 z_error("invalid match");
1243 - use z_error only for DEBUG (avoid problem with DLLs)