Searched refs:z_error (Results 1 – 12 of 12) sorted by relevance
252 extern void z_error OF((char *m));253 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
122 void z_error (m) in z_error() function
1245 z_error("invalid match");
626 - use z_error only for DEBUG (avoid problem with DLLs)
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)
240 extern void ZLIB_INTERNAL z_error OF((char *m));241 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
119 void ZLIB_INTERNAL z_error (m) in z_error() function
225 extern void ZLIB_INTERNAL z_error OF((char *m));226 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}