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

  /onnv/onnv-gate/usr/src/uts/common/sys/
zmod.h 51 #define Z_BUF_ERROR (-5)
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
zlib.h 224 #define Z_BUF_ERROR (-5)
343 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible.
418 was NULL), Z_MEM_ERROR if there was not enough memory, Z_BUF_ERROR if no
574 inflateSync returns Z_OK if the special marker has been found, Z_BUF_ERROR
  /onnv/onnv-gate/usr/src/uts/common/zmod/
zlib.h 179 #define Z_BUF_ERROR (-5)
323 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible
324 (for example avail_in or avail_out was zero). Note that Z_BUF_ERROR is not
455 Z_BUF_ERROR if no progress is possible or if there was not enough room in the
456 output buffer when Z_FINISH is used. Note that Z_BUF_ERROR is not fatal, and
625 stream state was inconsistent or if a parameter was invalid, Z_BUF_ERROR
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/ppp/spppcomp/
zlib.h 477 #define Z_BUF_ERROR (-5)
625 * Z_BUF_ERROR if no progress is possible.
713 * Z_MEM_ERROR if there was not enough memory, Z_BUF_ERROR if no
    [all...]

Completed in 180 milliseconds