Searched refs:z_error (Results 1 – 15 of 15) sorted by relevance
188 extern void z_error OF((char *m));189 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
222 extern void ZLIB_INTERNAL z_error OF((char *m));223 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
125 void ZLIB_INTERNAL z_error (m) in z_error() function
1369 z_error("invalid match");
1243 - use z_error only for DEBUG (avoid problem with DLLs)
248 extern void ZLIB_INTERNAL z_error OF((const char *m));249 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
122 void ZLIB_INTERNAL z_error (m) in z_error() function
1284 z_error("invalid match");
224 extern void ZLIB_INTERNAL z_error OF((char *m));225 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
125 void ZLIB_INTERNAL z_error ( in z_error() function
1368 z_error("invalid match"); in check_match()