Home
last modified time | relevance | path

Searched refs:z_error (Results 1 – 5 of 5) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c55 const char *(*z_error)(int); member
104 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()
/freebsd/sys/contrib/zlib/
H A Dzutil.h223 extern void ZLIB_INTERNAL z_error(char *m);
224 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
H A Dzutil.c122 void ZLIB_INTERNAL z_error(char *m) { in z_error() function
H A Ddeflate.c1574 z_error("invalid match"); in check_match()
H A DChangeLog1389 - use z_error only for DEBUG (avoid problem with DLLs)