Home
last modified time | relevance | path

Searched refs:BZ_MEM_ERROR (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/
H A Dbzlib.h92 #define BZ_MEM_ERROR (-3) macro
/openbmc/u-boot/lib/bzip2/
H A Dbzlib.c220 if (s == NULL) return BZ_MEM_ERROR; in BZ_API()
237 return BZ_MEM_ERROR; in BZ_API()
560 if (s == NULL) return BZ_MEM_ERROR; in BZ_API()
968 { BZ_SETERR(BZ_MEM_ERROR); return NULL; }; in BZ_API()
1140 { BZ_SETERR(BZ_MEM_ERROR); return NULL; }; in BZ_API()
H A Dbzlib_decompress.c259 if (s->ll16 == NULL || s->ll4 == NULL) RETURN(BZ_MEM_ERROR); in BZ2_decompress()
262 if (s->tt == NULL) RETURN(BZ_MEM_ERROR); in BZ2_decompress()