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

/broadcom-cfe-1.4.2/cfe/zlib/
H A Dinftrees.c108 lengths), or Z_MEM_ERROR if not enough memory. */
235 return Z_MEM_ERROR; /* not enough memory */
307 return Z_MEM_ERROR;
339 return Z_MEM_ERROR;
347 else if (r != Z_MEM_ERROR)
370 else if (r != Z_MEM_ERROR)
418 return Z_MEM_ERROR;
422 return Z_MEM_ERROR;
H A Dinfblock.c164 r = Z_MEM_ERROR;
231 r = Z_MEM_ERROR;
327 r = Z_MEM_ERROR;
H A Dinflate.c103 return Z_MEM_ERROR;
128 return Z_MEM_ERROR;
H A Dzlib.h138 #define Z_MEM_ERROR (-4) macro
192 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
305 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
375 (for example if next_in or next_out was NULL), Z_MEM_ERROR if there was not
438 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
492 deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
545 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
618 compress returns Z_OK if success, Z_MEM_ERROR if there was not
633 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
651 uncompress returns Z_OK if success, Z_MEM_ERROR i
[all...]
H A Ddeflate.c250 if (s == Z_NULL) return Z_MEM_ERROR;
276 strm->msg = (char*)ERR_MSG(Z_MEM_ERROR);
278 return Z_MEM_ERROR;
621 if (ds == Z_NULL) return Z_MEM_ERROR;
635 return Z_MEM_ERROR;

Completed in 33 milliseconds