Z_NULL 81 tools/packfi2/adler32.c if (buf == Z_NULL) Z_NULL 224 tools/packfi2/crc32.c if (buf == Z_NULL) return 0UL; Z_NULL 236 tools/packfi2/deflate.c if (version == Z_NULL || version[0] != my_version[0] || Z_NULL 240 tools/packfi2/deflate.c if (strm == Z_NULL) return Z_STREAM_ERROR; Z_NULL 242 tools/packfi2/deflate.c strm->msg = Z_NULL; Z_NULL 272 tools/packfi2/deflate.c if (s == Z_NULL) return Z_MEM_ERROR; Z_NULL 277 tools/packfi2/deflate.c s->gzhead = Z_NULL; Z_NULL 297 tools/packfi2/deflate.c if (s->window == Z_NULL || s->prev == Z_NULL || s->head == Z_NULL || Z_NULL 298 tools/packfi2/deflate.c s->pending_buf == Z_NULL) { Z_NULL 325 tools/packfi2/deflate.c if (strm == Z_NULL || strm->state == Z_NULL || dictionary == Z_NULL || Z_NULL 362 tools/packfi2/deflate.c if (strm == Z_NULL || strm->state == Z_NULL || Z_NULL 368 tools/packfi2/deflate.c strm->msg = Z_NULL; /* use zfree if we ever allocate msg dynamically */ Z_NULL 381 tools/packfi2/deflate.c s->wrap == 2 ? crc32(0L, Z_NULL, 0) : Z_NULL 383 tools/packfi2/deflate.c adler32(0L, Z_NULL, 0); Z_NULL 397 tools/packfi2/deflate.c if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; Z_NULL 409 tools/packfi2/deflate.c if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; Z_NULL 425 tools/packfi2/deflate.c if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; Z_NULL 463 tools/packfi2/deflate.c if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; Z_NULL 501 tools/packfi2/deflate.c if (strm == Z_NULL || strm->state == Z_NULL) Z_NULL 559 tools/packfi2/deflate.c if (strm == Z_NULL || strm->state == Z_NULL || Z_NULL 565 tools/packfi2/deflate.c if (strm->next_out == Z_NULL || Z_NULL 566 tools/packfi2/deflate.c (strm->next_in == Z_NULL && strm->avail_in != 0) || Z_NULL 580 tools/packfi2/deflate.c strm->adler = crc32(0L, Z_NULL, 0); Z_NULL 599 tools/packfi2/deflate.c (s->gzhead->extra == Z_NULL ? 0 : 4) + Z_NULL 600 tools/packfi2/deflate.c (s->gzhead->name == Z_NULL ? 0 : 8) + Z_NULL 601 tools/packfi2/deflate.c (s->gzhead->comment == Z_NULL ? 0 : 16) Z_NULL 648 tools/packfi2/deflate.c strm->adler = adler32(0L, Z_NULL, 0); Z_NULL 747 tools/packfi2/deflate.c strm->adler = crc32(0L, Z_NULL, 0); Z_NULL 864 tools/packfi2/deflate.c if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; Z_NULL 884 tools/packfi2/deflate.c strm->state = Z_NULL; Z_NULL 906 tools/packfi2/deflate.c if (source == Z_NULL || dest == Z_NULL || source->state == Z_NULL) { Z_NULL 915 tools/packfi2/deflate.c if (ds == Z_NULL) return Z_MEM_ERROR; Z_NULL 926 tools/packfi2/deflate.c if (ds->window == Z_NULL || ds->prev == Z_NULL || ds->head == Z_NULL || Z_NULL 927 tools/packfi2/deflate.c ds->pending_buf == Z_NULL) { Z_NULL 1367 tools/packfi2/deflate.c (charf *)Z_NULL), \