Searched refs:Z_NULL (Results 1 – 4 of 4) sorted by relevance
96 if (strm == Z_NULL || in inflateStateCheck()100 if (state == Z_NULL || state->strm != strm || in inflateStateCheck()112 strm->msg = Z_NULL; in inflateResetKeep()120 state->head = Z_NULL; in inflateResetKeep()167 if (state->window != Z_NULL && state->wbits != (unsigned)windowBits) { in inflateReset2()169 state->window = Z_NULL; in inflateReset2()183 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] || in inflateInit2_()186 if (strm == Z_NULL) return Z_STREAM_ERROR; in inflateInit2_()187 strm->msg = Z_NULL; /* in case we return an error */ in inflateInit2_()204 if (state == Z_NULL) return Z_MEM_ERROR; in inflateInit2_()[all …]
81 if (buf == Z_NULL) in adler32_z()
585 if (buf == Z_NULL) return 0; in crc32_z()697 if (buf == Z_NULL) return 0; in crc32_z()
216 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ macro