Home
last modified time | relevance | path

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

/dflybsd-src/sys/vfs/hammer2/zlib/
H A Dhammer2_zlib_zutil.h129 extern void ZLIB_INTERNAL z_error(char *m);
130 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
H A Dhammer2_zlib_zutil.c128 void ZLIB_INTERNAL z_error (char *m) in z_error() function
H A Dhammer2_zlib_deflate.c780 z_error("invalid match"); in check_match()
/dflybsd-src/sbin/hammer2/zlib/
H A Dhammer2_zlib_zutil.h129 extern void ZLIB_INTERNAL z_error(char *m);
130 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
H A Dhammer2_zlib_zutil.c128 void ZLIB_INTERNAL z_error (char *m) in z_error() function
H A Dhammer2_zlib_deflate.c775 z_error("invalid match"); in check_match()
/dflybsd-src/usr.sbin/makefs/hammer2/zlib/
H A Dhammer2_zlib_zutil.h129 extern void ZLIB_INTERNAL z_error(char *m);
130 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
H A Dhammer2_zlib_zutil.c128 void ZLIB_INTERNAL z_error (char *m) in z_error() function
H A Dhammer2_zlib_deflate.c780 z_error("invalid match"); in check_match()
/dflybsd-src/contrib/zlib-1.2/
H A Dzutil.h240 extern void ZLIB_INTERNAL z_error OF((char *m));
241 # 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.c1461 z_error("invalid match");
H A DChangeLog1286 - use z_error only for DEBUG (avoid problem with DLLs)
/dflybsd-src/sys/net/
H A Dzlib.c242 extern void z_error OF((char *m));
243 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
1421 z_error("invalid match"); in check_match()
5170 z_error(char *m) function