Searched refs:BZ_MEM_ERROR (Results 1 – 3 of 3) sorted by relevance
92 #define BZ_MEM_ERROR (-3) macro
220 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()
259 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()