Z_NULL 131 src/utils/gzio.cpp if (!path || !mode) return Z_NULL; Z_NULL 134 src/utils/gzio.cpp if (!s) return Z_NULL; Z_NULL 139 src/utils/gzio.cpp s->stream.next_in = s->inbuf = Z_NULL; Z_NULL 140 src/utils/gzio.cpp s->stream.next_out = s->outbuf = Z_NULL; Z_NULL 148 src/utils/gzio.cpp s->crc = crc32(0L, Z_NULL, 0); Z_NULL 154 src/utils/gzio.cpp return destroy(s), (gzFile)Z_NULL; Z_NULL 174 src/utils/gzio.cpp if (s->mode == '\0') return destroy(s), (gzFile)Z_NULL; Z_NULL 186 src/utils/gzio.cpp if (err != Z_OK || s->outbuf == Z_NULL) { Z_NULL 187 src/utils/gzio.cpp return destroy(s), (gzFile)Z_NULL; Z_NULL 199 src/utils/gzio.cpp if (err != Z_OK || s->inbuf == Z_NULL) { Z_NULL 200 src/utils/gzio.cpp return destroy(s), (gzFile)Z_NULL; Z_NULL 209 src/utils/gzio.cpp return destroy(s), (gzFile)Z_NULL; Z_NULL 248 src/utils/gzio.cpp if (fd < 0) return (gzFile)Z_NULL; Z_NULL 496 src/utils/gzio.cpp s->crc = crc32(0L, Z_NULL, 0); Z_NULL 552 src/utils/gzio.cpp if (buf == Z_NULL || len <= 0) return Z_NULL; Z_NULL 556 src/utils/gzio.cpp return b == buf && len > 0 ? Z_NULL : b; Z_NULL 765 src/utils/gzio.cpp s->crc = crc32(0L, Z_NULL, 0); Z_NULL 799 src/utils/gzio.cpp if (s->inbuf == Z_NULL) { Z_NULL 801 src/utils/gzio.cpp if (s->inbuf == Z_NULL) return -1L; Z_NULL 843 src/utils/gzio.cpp if (offset != 0 && s->outbuf == Z_NULL) { Z_NULL 845 src/utils/gzio.cpp if (s->outbuf == Z_NULL) return -1L; Z_NULL 988 src/utils/gzio.cpp if (s->msg == Z_NULL) return (const char*)ERR_MSG(Z_MEM_ERROR);