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

/forgerock/web-agents-v4/zlib/
H A Dgzlib.c544 return state->err == Z_MEM_ERROR ? "out of memory" :
571 not try to free or allocate space if the error is Z_MEM_ERROR (out of
582 if (state->err != Z_MEM_ERROR)
597 if (err == Z_MEM_ERROR)
603 state->err = Z_MEM_ERROR;
H A Dgzread.c101 gz_error(state, Z_MEM_ERROR, "out of memory");
116 gz_error(state, Z_MEM_ERROR, "out of memory");
197 if (ret == Z_MEM_ERROR) {
198 gz_error(state, Z_MEM_ERROR, "out of memory");
H A Dgzwrite.c24 gz_error(state, Z_MEM_ERROR, "out of memory");
34 gz_error(state, Z_MEM_ERROR, "out of memory");
47 gz_error(state, Z_MEM_ERROR, "out of memory");
H A Dinflate.c210 if (state == Z_NULL) return Z_MEM_ERROR;
1218 return Z_MEM_ERROR;
1236 return Z_MEM_ERROR;
1319 return Z_MEM_ERROR;
1456 if (copy == Z_NULL) return Z_MEM_ERROR;
1463 return Z_MEM_ERROR;
H A Ddeflate.c278 if (s == Z_NULL) return Z_MEM_ERROR;
308 strm->msg = ERR_MSG(Z_MEM_ERROR);
310 return Z_MEM_ERROR;
1035 if (ds == Z_NULL) return Z_MEM_ERROR;
1049 return Z_MEM_ERROR;
H A Dzlib.h179 #define Z_MEM_ERROR (-4) macro
237 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
379 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
498 next_in or next_out was Z_NULL), Z_MEM_ERROR if there was not enough memory,
579 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
643 deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
807 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
886 inflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
1020 the parameters are invalid, Z_MEM_ERROR if the internal state could not be
1169 compress returns Z_OK if success, Z_MEM_ERROR i
[all...]
H A Dinfback.c60 if (state == Z_NULL) return Z_MEM_ERROR;
246 error, or Z_MEM_ERROR if it could not allocate memory for the state.

Completed in 51 milliseconds