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

/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h218 #define Z_OK 0 macro
263 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
323 was enough output space; if deflate returns with Z_OK, this function must be
339 deflate() returns Z_OK if some progress has been made (more input
353 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
366 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
413 inflate() returns Z_OK if some progress has been made (more input
430 inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state
494 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was
518 deflateCopy returns Z_OK i
[all...]

Completed in 20 milliseconds