Searched refs:z_error (Results 1 – 5 of 5) sorted by relevance
55 const char *(*z_error)(int); member104 zlib.z_error = (const char *(*)(int)) dlsym(zlib.z_dlp, "zError"); in ctf_zopen()106 if (zlib.z_uncompress == NULL || zlib.z_error == NULL) { in ctf_zopen()113 zlib.z_error = zError; in ctf_zopen()135 return (zlib.z_error(err)); in z_strerror()
223 extern void ZLIB_INTERNAL z_error(char *m);224 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
122 void ZLIB_INTERNAL z_error(char *m) { in z_error() function
1574 z_error("invalid match"); in check_match()
1389 - use z_error only for DEBUG (avoid problem with DLLs)