Z_NULL 81 other-licenses/zlib/adler32.c if (buf == Z_NULL) Z_NULL 224 other-licenses/zlib/crc32.c if (buf == Z_NULL) return 0UL; Z_NULL 236 other-licenses/zlib/deflate.c if (version == Z_NULL || version[0] != my_version[0] || Z_NULL 240 other-licenses/zlib/deflate.c if (strm == Z_NULL) return Z_STREAM_ERROR; Z_NULL 242 other-licenses/zlib/deflate.c strm->msg = Z_NULL; Z_NULL 272 other-licenses/zlib/deflate.c if (s == Z_NULL) return Z_MEM_ERROR; Z_NULL 277 other-licenses/zlib/deflate.c s->gzhead = Z_NULL; Z_NULL 297 other-licenses/zlib/deflate.c if (s->window == Z_NULL || s->prev == Z_NULL || s->head == Z_NULL || Z_NULL 298 other-licenses/zlib/deflate.c s->pending_buf == Z_NULL) { Z_NULL 325 other-licenses/zlib/deflate.c if (strm == Z_NULL || strm->state == Z_NULL || dictionary == Z_NULL || Z_NULL 362 other-licenses/zlib/deflate.c if (strm == Z_NULL || strm->state == Z_NULL || Z_NULL 368 other-licenses/zlib/deflate.c strm->msg = Z_NULL; /* use zfree if we ever allocate msg dynamically */ Z_NULL 381 other-licenses/zlib/deflate.c s->wrap == 2 ? crc32(0L, Z_NULL, 0) : Z_NULL 383 other-licenses/zlib/deflate.c adler32(0L, Z_NULL, 0); Z_NULL 397 other-licenses/zlib/deflate.c if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; Z_NULL 409 other-licenses/zlib/deflate.c if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; Z_NULL 425 other-licenses/zlib/deflate.c if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; Z_NULL 463 other-licenses/zlib/deflate.c if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; Z_NULL 501 other-licenses/zlib/deflate.c if (strm == Z_NULL || strm->state == Z_NULL) Z_NULL 559 other-licenses/zlib/deflate.c if (strm == Z_NULL || strm->state == Z_NULL || Z_NULL 565 other-licenses/zlib/deflate.c if (strm->next_out == Z_NULL || Z_NULL 566 other-licenses/zlib/deflate.c (strm->next_in == Z_NULL && strm->avail_in != 0) || Z_NULL 580 other-licenses/zlib/deflate.c strm->adler = crc32(0L, Z_NULL, 0); Z_NULL 599 other-licenses/zlib/deflate.c (s->gzhead->extra == Z_NULL ? 0 : 4) + Z_NULL 600 other-licenses/zlib/deflate.c (s->gzhead->name == Z_NULL ? 0 : 8) + Z_NULL 601 other-licenses/zlib/deflate.c (s->gzhead->comment == Z_NULL ? 0 : 16) Z_NULL 648 other-licenses/zlib/deflate.c strm->adler = adler32(0L, Z_NULL, 0); Z_NULL 747 other-licenses/zlib/deflate.c strm->adler = crc32(0L, Z_NULL, 0); Z_NULL 864 other-licenses/zlib/deflate.c if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; Z_NULL 884 other-licenses/zlib/deflate.c strm->state = Z_NULL; Z_NULL 906 other-licenses/zlib/deflate.c if (source == Z_NULL || dest == Z_NULL || source->state == Z_NULL) { Z_NULL 915 other-licenses/zlib/deflate.c if (ds == Z_NULL) return Z_MEM_ERROR; Z_NULL 926 other-licenses/zlib/deflate.c if (ds->window == Z_NULL || ds->prev == Z_NULL || ds->head == Z_NULL || Z_NULL 927 other-licenses/zlib/deflate.c ds->pending_buf == Z_NULL) { Z_NULL 1367 other-licenses/zlib/deflate.c (charf *)Z_NULL), \ Z_NULL 106 other-licenses/zlib/gzio.c if (!path || !mode) return Z_NULL; Z_NULL 109 other-licenses/zlib/gzio.c if (!s) return Z_NULL; Z_NULL 114 other-licenses/zlib/gzio.c s->stream.next_in = s->inbuf = Z_NULL; Z_NULL 115 other-licenses/zlib/gzio.c s->stream.next_out = s->outbuf = Z_NULL; Z_NULL 123 other-licenses/zlib/gzio.c s->crc = crc32(0L, Z_NULL, 0); Z_NULL 129 other-licenses/zlib/gzio.c return destroy(s), (gzFile)Z_NULL; Z_NULL 149 other-licenses/zlib/gzio.c if (s->mode == '\0') return destroy(s), (gzFile)Z_NULL; Z_NULL 161 other-licenses/zlib/gzio.c if (err != Z_OK || s->outbuf == Z_NULL) { Z_NULL 162 other-licenses/zlib/gzio.c return destroy(s), (gzFile)Z_NULL; Z_NULL 174 other-licenses/zlib/gzio.c if (err != Z_OK || s->inbuf == Z_NULL) { Z_NULL 175 other-licenses/zlib/gzio.c return destroy(s), (gzFile)Z_NULL; Z_NULL 184 other-licenses/zlib/gzio.c return destroy(s), (gzFile)Z_NULL; Z_NULL 225 other-licenses/zlib/gzio.c if (fd < 0) return (gzFile)Z_NULL; Z_NULL 484 other-licenses/zlib/gzio.c s->crc = crc32(0L, Z_NULL, 0); Z_NULL 546 other-licenses/zlib/gzio.c if (buf == Z_NULL || len <= 0) return Z_NULL; Z_NULL 550 other-licenses/zlib/gzio.c return b == buf && len > 0 ? Z_NULL : b; Z_NULL 789 other-licenses/zlib/gzio.c if (s->inbuf == Z_NULL) { Z_NULL 791 other-licenses/zlib/gzio.c if (s->inbuf == Z_NULL) return -1L; Z_NULL 833 other-licenses/zlib/gzio.c if (offset != 0 && s->outbuf == Z_NULL) { Z_NULL 835 other-licenses/zlib/gzio.c if (s->outbuf == Z_NULL) return -1L; Z_NULL 869 other-licenses/zlib/gzio.c s->crc = crc32(0L, Z_NULL, 0); Z_NULL 1007 other-licenses/zlib/gzio.c if (s->msg == Z_NULL) return (const char*)ERR_MSG(Z_MEM_ERROR); Z_NULL 37 other-licenses/zlib/infback.c if (version == Z_NULL || version[0] != ZLIB_VERSION[0] || Z_NULL 40 other-licenses/zlib/infback.c if (strm == Z_NULL || window == Z_NULL || Z_NULL 43 other-licenses/zlib/infback.c strm->msg = Z_NULL; /* in case we return an error */ Z_NULL 51 other-licenses/zlib/infback.c if (state == Z_NULL) return Z_MEM_ERROR; Z_NULL 154 other-licenses/zlib/infback.c next = Z_NULL; \ Z_NULL 264 other-licenses/zlib/infback.c if (strm == Z_NULL || strm->state == Z_NULL) Z_NULL 269 other-licenses/zlib/infback.c strm->msg = Z_NULL; Z_NULL 274 other-licenses/zlib/infback.c have = next != Z_NULL ? strm->avail_in : 0; Z_NULL 617 other-licenses/zlib/infback.c if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0) Z_NULL 620 other-licenses/zlib/infback.c strm->state = Z_NULL; Z_NULL 108 other-licenses/zlib/inflate.c if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; Z_NULL 111 other-licenses/zlib/inflate.c strm->msg = Z_NULL; Z_NULL 117 other-licenses/zlib/inflate.c state->head = Z_NULL; Z_NULL 135 other-licenses/zlib/inflate.c if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; Z_NULL 152 other-licenses/zlib/inflate.c if (version == Z_NULL || version[0] != ZLIB_VERSION[0] || Z_NULL 155 other-licenses/zlib/inflate.c if (strm == Z_NULL) return Z_STREAM_ERROR; Z_NULL 156 other-licenses/zlib/inflate.c strm->msg = Z_NULL; /* in case we return an error */ Z_NULL 164 other-licenses/zlib/inflate.c if (state == Z_NULL) return Z_MEM_ERROR; Z_NULL 179 other-licenses/zlib/inflate.c strm->state = Z_NULL; Z_NULL 183 other-licenses/zlib/inflate.c state->window = Z_NULL; Z_NULL 333 other-licenses/zlib/inflate.c if (state->window == Z_NULL) { Z_NULL 337 other-licenses/zlib/inflate.c if (state->window == Z_NULL) return 1; Z_NULL 577 other-licenses/zlib/inflate.c if (strm == Z_NULL || strm->state == Z_NULL || strm->next_out == Z_NULL || Z_NULL 578 other-licenses/zlib/inflate.c (strm->next_in == Z_NULL && strm->avail_in != 0)) Z_NULL 597 other-licenses/zlib/inflate.c state->check = crc32(0L, Z_NULL, 0); Z_NULL 604 other-licenses/zlib/inflate.c if (state->head != Z_NULL) Z_NULL 629 other-licenses/zlib/inflate.c strm->adler = state->check = adler32(0L, Z_NULL, 0); Z_NULL 647 other-licenses/zlib/inflate.c if (state->head != Z_NULL) Z_NULL 654 other-licenses/zlib/inflate.c if (state->head != Z_NULL) Z_NULL 661 other-licenses/zlib/inflate.c if (state->head != Z_NULL) { Z_NULL 672 other-licenses/zlib/inflate.c if (state->head != Z_NULL) Z_NULL 677 other-licenses/zlib/inflate.c else if (state->head != Z_NULL) Z_NULL 678 other-licenses/zlib/inflate.c state->head->extra = Z_NULL; Z_NULL 685 other-licenses/zlib/inflate.c if (state->head != Z_NULL && Z_NULL 686 other-licenses/zlib/inflate.c state->head->extra != Z_NULL) { Z_NULL 708 other-licenses/zlib/inflate.c if (state->head != Z_NULL && Z_NULL 709 other-licenses/zlib/inflate.c state->head->name != Z_NULL && Z_NULL 719 other-licenses/zlib/inflate.c else if (state->head != Z_NULL) Z_NULL 720 other-licenses/zlib/inflate.c state->head->name = Z_NULL; Z_NULL 729 other-licenses/zlib/inflate.c if (state->head != Z_NULL && Z_NULL 730 other-licenses/zlib/inflate.c state->head->comment != Z_NULL && Z_NULL 740 other-licenses/zlib/inflate.c else if (state->head != Z_NULL) Z_NULL 741 other-licenses/zlib/inflate.c state->head->comment = Z_NULL; Z_NULL 753 other-licenses/zlib/inflate.c if (state->head != Z_NULL) { Z_NULL 757 other-licenses/zlib/inflate.c strm->adler = state->check = crc32(0L, Z_NULL, 0); Z_NULL 771 other-licenses/zlib/inflate.c strm->adler = state->check = adler32(0L, Z_NULL, 0); Z_NULL 1159 other-licenses/zlib/inflate.c if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0) Z_NULL 1162 other-licenses/zlib/inflate.c if (state->window != Z_NULL) ZFREE(strm, state->window); Z_NULL 1164 other-licenses/zlib/inflate.c strm->state = Z_NULL; Z_NULL 1178 other-licenses/zlib/inflate.c if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; Z_NULL 1185 other-licenses/zlib/inflate.c id = adler32(0L, Z_NULL, 0); Z_NULL 1218 other-licenses/zlib/inflate.c if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; Z_NULL 1271 other-licenses/zlib/inflate.c if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; Z_NULL 1318 other-licenses/zlib/inflate.c if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; Z_NULL 1333 other-licenses/zlib/inflate.c if (dest == Z_NULL || source == Z_NULL || source->state == Z_NULL || Z_NULL 1341 other-licenses/zlib/inflate.c if (copy == Z_NULL) return Z_MEM_ERROR; Z_NULL 1342 other-licenses/zlib/inflate.c window = Z_NULL; Z_NULL 1343 other-licenses/zlib/inflate.c if (state->window != Z_NULL) { Z_NULL 1346 other-licenses/zlib/inflate.c if (window == Z_NULL) { Z_NULL 1361 other-licenses/zlib/inflate.c if (window != Z_NULL) {