Searched refs:z_error (Results 1 – 17 of 17) sorted by relevance
58 const char *(*z_error)(int); member107 zlib.z_error = (const char *(*)(int)) dlsym(zlib.z_dlp, "zError"); in ctf_zopen()109 if (zlib.z_uncompress == NULL || zlib.z_error == NULL) { in ctf_zopen()116 zlib.z_error = zError; in ctf_zopen()138 return (zlib.z_error(err)); in z_strerror()
251 extern void z_error OF((char *m));252 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
127 void z_error (m) in z_error() function
1251 z_error("invalid match");
243 extern void ZLIB_INTERNAL z_error OF((char *m));244 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
122 void ZLIB_INTERNAL z_error (m) in z_error() function
1501 z_error("invalid match");
1349 - use z_error only for DEBUG (avoid problem with DLLs)
255 extern void z_error(char *m);256 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}1563 z_error("invalid match");5638 void z_error (m) in z_error() function