Searched refs:z_error (Results 1 – 6 of 6) sorted by relevance
249 extern void z_error OF((char *m));250 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
127 void z_error (m) in z_error() function
1251 z_error("invalid match");
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
105 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}1088 z_error("invalid match");