Searched defs:Z_BUF_ERROR (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/zlib/
H A Dzlib.h180 #define Z_BUF_ERROR (-5) macro
346 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible
347 (for example avail_in or avail_out was zero). Note that Z_BUF_ERROR is not
499 Z_BUF_ERROR if no progress is possible or if there was not enough room in the
500 output buffer when Z_FINISH is used. Note that Z_BUF_ERROR is not fatal, and
677 stream state was inconsistent or if a parameter was invalid, Z_BUF_ERROR if
740 deflatePrime returns Z_OK if success, Z_BUF_ERROR if there was not enough
868 Z_BUF_ERROR if no more input was provided, Z_DATA_ERROR if no flush point
1087 return values of inflateBack() can be Z_STREAM_END on success, Z_BUF_ERROR
1091 In the case of Z_BUF_ERROR, a
[all...]

Completed in 31 milliseconds