Searched refs:z_error (Results 1 – 10 of 10) sorted by relevance
54 const char *(*z_error)(int); member103 zlib.z_error = (const char *(*)(int)) dlsym(zlib.z_dlp, "zError"); in ctf_zopen()105 if (zlib.z_uncompress == NULL || zlib.z_error == NULL) { in ctf_zopen()112 zlib.z_error = zError; in ctf_zopen()134 return (zlib.z_error(err)); in z_strerror()
201 extern void z_error OF((char *m));202 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
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");
240 extern void ZLIB_INTERNAL z_error OF((char *m));241 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
122 void ZLIB_INTERNAL z_error (m) in z_error() function
1461 z_error("invalid match");
1286 - use z_error only for DEBUG (avoid problem with DLLs)
240 extern void z_error OF((char *m));241 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}1436 z_error("invalid match");5166 void z_error (m) in z_error() function