Searched refs:Z_MEM_ERROR (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/tools/perf/util/
H A Dzlib.c56 case Z_MEM_ERROR: gzip_decompress_to_file()
/linux-4.1.27/fs/isofs/
H A Dcompress.c109 if (zerr == Z_MEM_ERROR) zisofs_uncompress_block()
154 if (zerr == Z_MEM_ERROR) zisofs_uncompress_block()
/linux-4.1.27/include/linux/
H A Dzlib.h154 #define Z_MEM_ERROR (-4) macro
208 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
328 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
426 if next_in or next_out was NULL), Z_MEM_ERROR if there was not enough memory,
491 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
547 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
/linux-4.1.27/lib/zlib_inflate/
H A Dinflate.c704 return Z_MEM_ERROR; zlib_inflate()

Completed in 1152 milliseconds