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

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dzip.cpp55 #define Z_NULL NULL macro
268 uint crc = get_crc32(0,Z_NULL,0);
/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dzlib.h138 Bytef *extra; /* pointer to extra field or Z_NULL if none */
139 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */
141 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
143 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
164 zalloc must return Z_NULL if there is not enough memory for the object.
229 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ macro
248 If zalloc and zfree are set to Z_NULL, deflateInit updates them to
371 the caller. If next_in is not Z_NULL and avail_in is large enough (the exact
375 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them to
702 caller must assure that, if not Z_NULL, nam
[all...]

Completed in 47 milliseconds