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

  /src/sys/net/
zlib.h 431 #define Z_STREAM_ERROR (-2)
488 enough memory, Z_STREAM_ERROR if level is not a valid compression level,
575 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
587 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
679 adler32 checksum), Z_STREAM_ERROR if the stream structure was inconsistent
694 inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state
739 memory, Z_STREAM_ERROR if a parameter is invalid (such as an invalid
771 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
790 enough memory, Z_STREAM_ERROR if the source stream state was inconsistent
811 deflateReset returns Z_OK if success, or Z_STREAM_ERROR if the sourc
    [all...]
  /src/common/dist/zlib/
zlib.h 183 #define Z_STREAM_ERROR (-2)
244 memory, Z_STREAM_ERROR if level is not a valid compression level, or
356 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
371 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
393 version assumed by the caller, or Z_STREAM_ERROR if the parameters are
511 error), Z_STREAM_ERROR if the stream structure was inconsistent (for example
529 inflateEnd returns Z_OK if success, or Z_STREAM_ERROR if the stream state
606 memory, Z_STREAM_ERROR if any parameter is invalid (such as an invalid
650 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
675 deflateGetDictionary returns Z_OK on success, or Z_STREAM_ERROR if th
    [all...]

Completed in 14 milliseconds