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