Searched refs:z_error (Results 1 – 14 of 14) sorted by relevance
129 extern void ZLIB_INTERNAL z_error(char *m);130 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
128 void ZLIB_INTERNAL z_error (char *m) in z_error() function
780 z_error("invalid match"); in check_match()
775 z_error("invalid match"); in check_match()
240 extern void ZLIB_INTERNAL z_error OF((char *m));241 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
122 void ZLIB_INTERNAL z_error (m) in z_error() function
1461 z_error("invalid match");
1286 - use z_error only for DEBUG (avoid problem with DLLs)
242 extern void z_error OF((char *m));243 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}1421 z_error("invalid match"); in check_match()5170 z_error(char *m) function