Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
Dzutil.h223 extern void ZLIB_INTERNAL z_error(char *m);
224 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
Dzutil.c122 void ZLIB_INTERNAL z_error(char *m) { in z_error() function
Ddeflate.c1574 z_error("invalid match"); in check_match()
/openbsd/src/lib/libz/
Dzutil.h228 extern void ZLIB_INTERNAL z_error(char *m);
229 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
Dzutil.c120 void ZLIB_INTERNAL z_error(char *m) { in z_error() function
Ddeflate.c1578 z_error("invalid match"); in check_match()
DChangeLog1392 - use z_error only for DEBUG (avoid problem with DLLs)
/openbsd/src/sys/lib/libz/
Dzutil.h241 extern void ZLIB_INTERNAL z_error(char *m);
242 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
Dzutil.c123 void ZLIB_INTERNAL z_error(char *m) { in z_error() function
Ddeflate.c1578 z_error("invalid match"); in check_match()