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

/illumos-gate/usr/src/uts/common/sys/
H A Dzmod.h50 #define Z_MEM_ERROR (-4) macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h223 #define Z_MEM_ERROR (-4) macro
263 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
366 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
418 was NULL), Z_MEM_ERROR if there was not enough memory, Z_BUF_ERROR if no
494 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was
518 deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
561 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was
H A Dzlib.c619 if (s == Z_NULL) return Z_MEM_ERROR;
643 strm->msg = z_errmsg[1-Z_MEM_ERROR];
645 return Z_MEM_ERROR;
2813 return Z_MEM_ERROR;
2838 return Z_MEM_ERROR;
3301 r = Z_MEM_ERROR;
3372 r = Z_MEM_ERROR;
3468 r = Z_MEM_ERROR;
3704 over-subscribed set of lengths), or Z_MEM_ERROR if not enough memory. */
3832 return Z_MEM_ERROR; /* no
[all...]
/illumos-gate/usr/src/boot/lib/libz/
H A Dgzlib.c547 return state->err == Z_MEM_ERROR ? "out of memory" :
574 not try to free or allocate space if the error is Z_MEM_ERROR (out of
585 if (state->err != Z_MEM_ERROR)
600 if (err == Z_MEM_ERROR)
606 state->err = Z_MEM_ERROR;
H A Dgzread.c104 gz_error(state, Z_MEM_ERROR, "out of memory");
119 gz_error(state, Z_MEM_ERROR, "out of memory");
200 if (ret == Z_MEM_ERROR) {
201 gz_error(state, Z_MEM_ERROR, "out of memory");
H A Dgzwrite.c27 gz_error(state, Z_MEM_ERROR, "out of memory");
37 gz_error(state, Z_MEM_ERROR, "out of memory");
50 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.
/illumos-gate/usr/src/boot/lib/libz/test/
H A Dinfcover.c328 assert(ret == Z_MEM_ERROR);
422 ret = inflate(&strm, Z_NO_FLUSH); assert(ret == Z_MEM_ERROR);
423 ret = inflate(&strm, Z_NO_FLUSH); assert(ret == Z_MEM_ERROR);
438 ret = inflateCopy(&copy, &strm); assert(ret == Z_MEM_ERROR);
542 assert(ret != Z_STREAM_ERROR && ret != Z_MEM_ERROR);
/illumos-gate/usr/src/uts/common/zmod/
H A Dinflate.c171 if (state == Z_NULL) return Z_MEM_ERROR;
1148 return Z_MEM_ERROR;
1165 return Z_MEM_ERROR;
1221 return Z_MEM_ERROR;
1368 if (copy == Z_NULL) return Z_MEM_ERROR;
1375 return Z_MEM_ERROR;
H A Dzlib.h178 #define Z_MEM_ERROR (-4) macro
235 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
356 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
454 if next_in or next_out was NULL), Z_MEM_ERROR if there was not enough memory,
534 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
591 deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
730 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
785 inflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
874 the paramaters are invalid, Z_MEM_ERROR if the internal state could not
1021 compress returns Z_OK if success, Z_MEM_ERROR i
[all...]
H A Ddeflate.c278 if (s == Z_NULL) return Z_MEM_ERROR;
306 strm->msg = (char*)ERR_MSG(Z_MEM_ERROR);
308 return Z_MEM_ERROR;
921 if (ds == Z_NULL) return Z_MEM_ERROR;
935 return Z_MEM_ERROR;
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h476 #define Z_MEM_ERROR (-4) macro
535 * deflateInit returns Z_OK if success, Z_MEM_ERROR if there was
651 * inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
713 * Z_MEM_ERROR if there was not enough memory, Z_BUF_ERROR if no
794 * deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not
852 * deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
927 * inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not
1017 * compress returns Z_OK if success, Z_MEM_ERROR if there was not
1040 * uncompress returns Z_OK if success, Z_MEM_ERROR if there was not
1059 * zlib error is Z_MEM_ERROR)
[all...]
H A Dzlib.c904 return (Z_MEM_ERROR);
930 strm->msg = ERR_MSG(Z_MEM_ERROR);
933 return (Z_MEM_ERROR);
1325 return (Z_MEM_ERROR);
1340 return (Z_MEM_ERROR);
3689 return (Z_MEM_ERROR);
3715 return (Z_MEM_ERROR);
4400 r = Z_MEM_ERROR;
4472 r = Z_MEM_ERROR;
4580 r = Z_MEM_ERROR;
[all...]

Completed in 104 milliseconds