Searched refs:z_error (Results 1 – 10 of 10) sorted by relevance
223 extern void ZLIB_INTERNAL z_error(char *m);224 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
122 void ZLIB_INTERNAL z_error(char *m) { in z_error() function
1574 z_error("invalid match"); in check_match()
228 extern void ZLIB_INTERNAL z_error(char *m);229 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
120 void ZLIB_INTERNAL z_error(char *m) { in z_error() function
1578 z_error("invalid match"); in check_match()
1392 - use z_error only for DEBUG (avoid problem with DLLs)
241 extern void ZLIB_INTERNAL z_error(char *m);242 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
123 void ZLIB_INTERNAL z_error(char *m) { in z_error() function