Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/sys/contrib/zlib/
H A Dzutil.h243 extern void ZLIB_INTERNAL z_error OF((char *m));
244 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
H A Dzutil.c122 void ZLIB_INTERNAL z_error (m) in z_error() function
H A Ddeflate.c1501 z_error("invalid match");
H A DChangeLog1349 - use z_error only for DEBUG (avoid problem with DLLs)