z_error          1245 other-licenses/zlib/deflate.c         z_error("invalid match");
z_error           244 other-licenses/zlib/zutil.h    extern void z_error    OF((char *m));
z_error           245 other-licenses/zlib/zutil.h #  define Assert(cond,msg) {if(!(cond)) z_error(msg);}