HomeSort by: relevance | last modified time | path
    Searched defs:Z_BUF_ERROR (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
zlib.h 434 #define Z_BUF_ERROR (-5)
576 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible
681 enough memory, Z_BUF_ERROR if no progress is possible or if there was not
830 stream state was inconsistent or if a parameter was invalid, Z_BUF_ERROR
886 inflateSync returns Z_OK if a full flush point has been found, Z_BUF_ERROR
926 enough memory, Z_BUF_ERROR if there was not enough room in the output
940 memory, Z_BUF_ERROR if there was not enough room in the output buffer,
957 enough memory, Z_BUF_ERROR if there was not enough room in the output
  /src/common/dist/zlib/
zlib.h 186 #define Z_BUF_ERROR (-5)
330 enough output space. If deflate returns with Z_OK or Z_BUF_ERROR, this
358 by the application), or Z_BUF_ERROR if no progress is possible (for example
359 avail_in or avail_out was zero). Note that Z_BUF_ERROR is not fatal, and
513 by the application), Z_MEM_ERROR if there was not enough memory, Z_BUF_ERROR
515 buffer when Z_FINISH is used. Note that Z_BUF_ERROR is not fatal, and
738 state was inconsistent or if a parameter was invalid, or Z_BUF_ERROR if
741 in the case of a Z_BUF_ERROR, the parameters are not changed. A return
742 value of Z_BUF_ERROR is not fatal, in which case deflateParams() can be
805 deflatePrime returns Z_OK if success, Z_BUF_ERROR if there was not enoug
    [all...]

Completed in 13 milliseconds