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

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dzlib.h132 #define Z_OK 0 macro
192 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
227 (avail_out == 0), or after each call of deflate(). If deflate returns Z_OK
251 was enough output space; if deflate returns with Z_OK, this function must be
270 deflate() returns Z_OK if some progress has been made (more input
285 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
305 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
339 call of inflate(). If inflate returns Z_OK and with zero avail_out, it
364 so far (that is, total_out bytes) and returns Z_OK, Z_STREAM_END or
369 inflate() returns Z_OK i
[all...]

Completed in 76 milliseconds