Home | History | Annotate | Download | only in infback9

Lines Matching refs:Z_NULL

15    Z_NULL to use the library memory allocation functions.
27 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
30 if (strm == Z_NULL || window == Z_NULL)
32 strm->msg = Z_NULL; /* in case we return an error */
40 if (state == Z_NULL) return Z_MEM_ERROR;
130 next = Z_NULL; \
210 Z_BUF_ERROR. strm->next_in can be checked for Z_NULL to see whether it
215 are not correct, i.e. strm is Z_NULL or the state was not initialized.
254 if (strm == Z_NULL || strm->state == Z_NULL)
259 strm->msg = Z_NULL;
266 have = next != Z_NULL ? strm->avail_in : 0;
271 lencode = Z_NULL;
272 distcode = Z_NULL;
611 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
614 strm->state = Z_NULL;