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

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dzlib.h103 zalloc must return Z_NULL if there is not enough memory for the object.
164 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ macro
183 If zalloc and zfree are set to Z_NULL, deflateInit updates them to
298 the caller. If next_in is not Z_NULL and avail_in is large enough (the exact
302 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them to
732 gzgets returns buf, or Z_NULL in case of error.
830 uLong adler = adler32(0L, Z_NULL, 0);
846 uLong crc = crc32(0L, Z_NULL, 0);

Completed in 11 milliseconds