HomeSort by relevance Sort by last modified time
    Searched defs:Z_OK (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/sys/
zmod.h 44 #define Z_OK 0
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
zlib.h 218 #define Z_OK 0
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 if success, Z_MEM_ERROR if there was no
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/zmod/
zlib.h 172 #define Z_OK 0
235 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
270 (avail_out == 0), or after each call of deflate(). If deflate returns Z_OK
300 was enough output space; if deflate returns with Z_OK, this function must be
319 deflate() returns Z_OK if some progress has been made (more input
336 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
356 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
390 call of inflate(). If inflate returns Z_OK and with zero avail_out, it
436 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
448 inflate() returns Z_OK if some progress has been made (more input processe
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/ppp/spppcomp/
zlib.h 470 #define Z_OK 0
535 * deflateInit returns Z_OK if success, Z_MEM_ERROR if there was
568 * each call of deflate(). If deflate returns Z_OK and with zero
603 * with Z_OK, this function must be called again with Z_FINISH and
620 * deflate() returns Z_OK if some progress has been made (more input
635 * deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream
651 * inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
680 * returns Z_OK and with zero avail_out, it must be called again after
706 * inflate() returns Z_OK if some progress has been made (more input
728 * inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the strea
    [all...]
  /onnv/onnv-gate/usr/src/head/
libzonecfg.h 55 #define Z_OK 0

Completed in 120 milliseconds