Searched refs:Z_NEED_DICT (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dzmod.h46 #define Z_NEED_DICT 2 macro
/illumos-gate/usr/src/uts/common/zmod/
H A Dzmod.c107 int i = Z_NEED_DICT - err;
109 if (i < 0 || i > Z_NEED_DICT - Z_VERSION_ERROR)
H A Dzutil.h61 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
H A Dzlib.h174 #define Z_NEED_DICT 2 macro
434 chosen by the compressor and returns Z_NEED_DICT; otherwise it sets
450 been reached and all uncompressed output has been produced, Z_NEED_DICT if a
744 if that call returned Z_NEED_DICT. The dictionary chosen by the compressor
H A Dinflate.c784 return Z_NEED_DICT;
/illumos-gate/usr/src/boot/lib/libz/
H A Duncompr.c51 if (err == Z_NEED_DICT || (err == Z_BUF_ERROR && stream.avail_in == 0))
H A Dzutil.h50 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
H A Dgzread.c195 if (ret == Z_STREAM_ERROR || ret == Z_NEED_DICT) {
H A Dzlib.h175 #define Z_NEED_DICT 2 macro
476 chosen by the compressor and returns Z_NEED_DICT; otherwise it sets
494 been reached and all uncompressed output has been produced, Z_NEED_DICT if a
825 if that call returned Z_NEED_DICT. The dictionary chosen by the compressor
H A Dinflate.c822 return Z_NEED_DICT;
/illumos-gate/usr/src/boot/lib/libz/test/
H A Dinfcover.c321 if (ret != Z_OK && ret != Z_BUF_ERROR && ret != Z_NEED_DICT)
323 if (ret == Z_NEED_DICT) {
410 inf("8 b8 0 0 0 1", "need dictionary", 0, 8, 0, Z_NEED_DICT);
543 if (ret == Z_DATA_ERROR || ret == Z_NEED_DICT)
H A Dexample.c519 if (err == Z_NEED_DICT) {
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h472 #define Z_NEED_DICT 2 macro
709 * been produced, Z_NEED_DICT if a preset dictionary is needed at this
717 * compression block. In the Z_NEED_DICT case, strm->adler is set to
941 * Z_NEED_DICT. The dictionary chosen by the compressor can be
H A Dzlib.c108 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
3813 return (Z_NEED_DICT);
5843 "need dictionary", /* Z_NEED_DICT 2 */

Completed in 110 milliseconds