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

/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
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 22 milliseconds