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

/vbox/src/libs/zlib-1.2.6/
H A Dzlib.h173 #define Z_OK 0 macro
237 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
272 == 0), or after each call of deflate(). If deflate returns Z_OK and with
322 enough output space; if deflate returns with Z_OK, this function must be
342 deflate() returns Z_OK if some progress has been made (more input
359 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
379 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
417 inflate(). If inflate returns Z_OK and with zero avail_out, it must be
475 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
489 inflate() returns Z_OK i
[all...]

Completed in 306 milliseconds