Searched refs:Z_NULL (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c602 if (strm == Z_NULL) return Z_STREAM_ERROR;
604 strm->msg = Z_NULL;
605 /* if (strm->zalloc == Z_NULL) strm->zalloc = zcalloc; */
606 /* if (strm->zfree == Z_NULL) strm->zfree = zcfree; */
619 if (s == Z_NULL) return Z_MEM_ERROR;
641 if (s->window == Z_NULL || s->prev == Z_NULL || s->head == Z_NULL ||
642 s->pending_buf == Z_NULL) {
669 if (strm == Z_NULL || str
[all...]
H A Dzlib.h191 zalloc must return Z_NULL if there is not enough memory for the object.
241 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ macro
255 If zalloc and zfree are set to Z_NULL, deflateInit updates them to
363 zfree are set to Z_NULL, inflateInit updates them to use default allocation
619 uLong adler = adler32(0L, Z_NULL, 0);

Completed in 28 milliseconds