z_error          1369 3rdparty/zlib/deflate.c         z_error("invalid match");
z_error           222 3rdparty/zlib/zutil.h    extern void ZLIB_INTERNAL z_error OF((char *m));
z_error           223 3rdparty/zlib/zutil.h #  define Assert(cond,msg) {if(!(cond)) z_error(msg);}