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