Assert            249 lib/libz/zutil.h #  define Assert(cond,msg) {if(!(cond)) z_error(msg);}
Assert            256 lib/libz/zutil.h #  define Assert(cond,msg)
Assert            115 net/zlib.c     #  define Assert(cond,msg) {if(!(cond)) z_error(msg);}
Assert            122 net/zlib.c     #  define Assert(cond,msg)