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

/linux-4.1.27/crypto/
H A Dzlib.c161 case Z_BUF_ERROR: zlib_compress_update()
276 case Z_BUF_ERROR: zlib_decompress_update()
/linux-4.1.27/fs/isofs/
H A Dcompress.c148 if (zerr == Z_BUF_ERROR && stream.avail_in == 0) zisofs_uncompress_block()
/linux-4.1.27/include/linux/
H A Dzlib.h155 #define Z_BUF_ERROR (-5) macro
290 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible
427 Z_BUF_ERROR if no progress is possible or if there was not enough room in the
428 output buffer when Z_FINISH is used. Note that Z_BUF_ERROR is not fatal, and
/linux-4.1.27/lib/zlib_deflate/
H A Ddeflate.c345 if (strm->avail_out == 0) return Z_BUF_ERROR; zlib_deflate()
393 return Z_BUF_ERROR; zlib_deflate()
398 return Z_BUF_ERROR; zlib_deflate()
/linux-4.1.27/lib/zlib_inflate/
H A Dinflate.c314 will return Z_BUF_ERROR if it has not reached the end of the stream.
737 ret = Z_BUF_ERROR; zlib_inflate()

Completed in 241 milliseconds