Searched refs:z_error (Results 1 – 2 of 2) sorted by relevance
226 extern void ZLIB_INTERNAL z_error(char *m);227 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
122 void ZLIB_INTERNAL z_error(char *m) { in z_error() function