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

/barrelfish-master/lib/zlib/
H A Dinflate.c164 if (state == Z_NULL) return Z_MEM_ERROR;
1121 return Z_MEM_ERROR;
1138 return Z_MEM_ERROR;
1194 return Z_MEM_ERROR;
1341 if (copy == Z_NULL) return Z_MEM_ERROR;
1348 return Z_MEM_ERROR;
H A Ddeflate.c272 if (s == Z_NULL) return Z_MEM_ERROR;
300 strm->msg = (char*)ERR_MSG(Z_MEM_ERROR);
302 return Z_MEM_ERROR;
915 if (ds == Z_NULL) return Z_MEM_ERROR;
929 return Z_MEM_ERROR;
H A Dinfback.c51 if (state == Z_NULL) return Z_MEM_ERROR;
237 error, or Z_MEM_ERROR if it could not allocate memory for the state.
H A Dgzio.c91 zlib error is Z_MEM_ERROR).
1007 if (s->msg == Z_NULL) return (const char*)ERR_MSG(Z_MEM_ERROR);
/barrelfish-master/include/
H A Dzlib.h176 #define Z_MEM_ERROR (-4) macro
233 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
354 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
452 if next_in or next_out was NULL), Z_MEM_ERROR if there was not enough memory,
532 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
589 deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
728 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
783 inflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
872 the paramaters are invalid, Z_MEM_ERROR if the internal state could not
1019 compress returns Z_OK if success, Z_MEM_ERROR i
[all...]

Completed in 51 milliseconds