ERR_MSG 300 other-licenses/zlib/deflate.c strm->msg = (char*)ERR_MSG(Z_MEM_ERROR); ERR_MSG 996 other-licenses/zlib/gzio.c return (const char*)ERR_MSG(Z_STREAM_ERROR); ERR_MSG 1003 other-licenses/zlib/gzio.c if (m == NULL || *m == '\0') m = (char*)ERR_MSG(s->z_err); ERR_MSG 1007 other-licenses/zlib/gzio.c if (s->msg == Z_NULL) return (const char*)ERR_MSG(Z_MEM_ERROR); ERR_MSG 136 other-licenses/zlib/zutil.c return ERR_MSG(err); ERR_MSG 59 other-licenses/zlib/zutil.h return (strm->msg = (char*)ERR_MSG(err), (err))