Home
last modified time | relevance | path

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

/f-stack/freebsd/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.c1464 z_error("invalid match");
H A DChangeLog1286 - use z_error only for DEBUG (avoid problem with DLLs)