Home
last modified time | relevance | path

Searched refs:Z_MEM_ERROR (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dzlib.c59 case Z_MEM_ERROR: in gzip_decompress_to_file()
/openbmc/linux/include/linux/
H A Dzlib.h154 #define Z_MEM_ERROR (-4) macro
/openbmc/linux/fs/isofs/
H A Dcompress.c109 if (zerr == Z_MEM_ERROR) in zisofs_uncompress_block()
154 if (zerr == Z_MEM_ERROR) in zisofs_uncompress_block()
/openbmc/u-boot/lib/zlib/
H A Dinflate.c50 if (state == Z_NULL) return Z_MEM_ERROR; in inflateInit2_()
895 return Z_MEM_ERROR; in inflate()
912 return Z_MEM_ERROR; in inflate()
H A Ddeflate.c266 if (s == Z_NULL) return Z_MEM_ERROR;
296 strm->msg = (char*)ERR_MSG(Z_MEM_ERROR);
298 return Z_MEM_ERROR;
949 if (ds == Z_NULL) return Z_MEM_ERROR;
963 return Z_MEM_ERROR;
/openbmc/u-boot/include/u-boot/
H A Dzlib.h479 #define Z_MEM_ERROR (-4) macro
/openbmc/linux/lib/zlib_inflate/
H A Dinflate.c731 return Z_MEM_ERROR; in zlib_inflate()