Searched defs:Z_MEM_ERROR (Results 1 - 5 of 5) 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
/illumos-gate/usr/src/uts/common/zmod/
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...]
/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...]
/illumos-gate/usr/src/boot/lib/libz/
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...]

Completed in 71 milliseconds