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

  /src/sys/net/
zlib.h 432 #define Z_DATA_ERROR (-3)
588 stream state was inconsistent, Z_DATA_ERROR if the stream was freed
652 block; if not, it returns Z_DATA_ERROR.
677 preset dictionary is needed at this point, Z_DATA_ERROR if the input data was
682 enough room in the output buffer when Z_FINISH is used. In the Z_DATA_ERROR
852 input, inflate() will return with the error code Z_DATA_ERROR instead of
874 inconsistent, Z_DATA_ERROR if the given dictionary doesn't match the
887 if no more input was provided, Z_DATA_ERROR if no flush point has been found,
958 buffer, or Z_DATA_ERROR if the input data was corrupted.
  /src/common/dist/zlib/
zlib.h 184 #define Z_DATA_ERROR (-3)
372 stream state was inconsistent, Z_DATA_ERROR if the stream was freed
508 preset dictionary is needed at this point, Z_DATA_ERROR if the input data was
517 continue decompressing. If Z_DATA_ERROR is returned, the application may
850 Z_DATA_ERROR instead of trying to allocate a larger window.
870 return a Z_DATA_ERROR). If a gzip stream is being decoded, strm->adler is a
907 inconsistent, Z_DATA_ERROR if the given dictionary doesn't match the
939 Z_BUF_ERROR if no more input was provided, Z_DATA_ERROR if no flush point
1162 if in() or out() returned an error, Z_DATA_ERROR if there was a format error
1285 buffer, or Z_DATA_ERROR if the input data was corrupted or incomplete. I
    [all...]

Completed in 47 milliseconds