Searched refs:z_error (Results 1 – 2 of 2) sorted by relevance
241 extern void ZLIB_INTERNAL z_error OF((char *m));242 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
123 void ZLIB_INTERNAL z_error (m) in z_error() function
Completed in 3 milliseconds