Home
last modified time | relevance | path

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

/openbsd/lib/libz/
H A Dzutil.h224 extern void ZLIB_INTERNAL z_error(char *m);
225 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
H A Dzutil.c120 void ZLIB_INTERNAL z_error(char *m) { in z_error() function
H A Ddeflate.c1570 z_error("invalid match"); in check_match()
H A DChangeLog1392 - use z_error only for DEBUG (avoid problem with DLLs)
/openbsd/sys/lib/libz/
H A Dzutil.h238 extern void ZLIB_INTERNAL z_error(char *m);
239 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
H A Dzutil.c123 void ZLIB_INTERNAL z_error(char *m) { in z_error() function
H A Ddeflate.c1570 z_error("invalid match"); in check_match()
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dzutil.h248 extern void ZLIB_INTERNAL z_error OF((char *m));
249 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
H A Dzutil.c124 void ZLIB_INTERNAL z_error ( in z_error() function
H A Ddeflate.c1506 z_error("invalid match"); in check_match()