Searched refs:z_error (Results 1 – 12 of 12) sorted by relevance
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)
241 extern void ZLIB_INTERNAL z_error OF((char *m));242 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
120 void ZLIB_INTERNAL z_error (m) in z_error() function
1499 z_error("invalid match");
1349 - use z_error only for DEBUG (avoid problem with DLLs)
53 const char *(*z_error)(int); member110 zlib.z_error = (const char *(*)()) dlsym(zlib.z_dlp, "zError"); in ctf_zopen()112 if (zlib.z_uncompress == NULL || zlib.z_error == NULL || in ctf_zopen()136 return (zlib.z_error(err)); in z_strerror()
242 extern void z_error OF((char *m));243 #define Assert(cond, msg) { if (!(cond)) z_error(msg); }1698 z_error("invalid match");5863 z_error(m) in z_error() function
784 extern void z_error OF((char *m));785 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
105 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}1088 z_error("invalid match");