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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dzmod.h46 #define Z_NEED_DICT 2 macro
/freebsd-12-stable/sys/cddl/contrib/opensolaris/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;
/freebsd-12-stable/sys/contrib/zlib/
H A Duncompr.c81 err == Z_NEED_DICT ? Z_DATA_ERROR :
H A Dzutil.h52 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
H A Dgzread.c198 if (ret == Z_STREAM_ERROR || ret == Z_NEED_DICT) {
H A Dzlib.h179 #define Z_NEED_DICT 2 macro
487 chosen by the compressor and returns Z_NEED_DICT; otherwise it sets
504 been reached and all uncompressed output has been produced, Z_NEED_DICT if a
891 if that call returned Z_NEED_DICT. The dictionary chosen by the compressor
H A Dinflate.c845 return Z_NEED_DICT;
/freebsd-12-stable/sys/contrib/zlib/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) {
/freebsd-12-stable/sys/contrib/zstd/zlibWrapper/examples/
H A Dfitblk_original.c108 ret != Z_NEED_DICT);
H A Dfitblk.c118 ret != Z_NEED_DICT);
H A Dzwrapbench.c448 ret = ZWRAP_inflateReset_keepDict(&inf); /* reuse dictionary to make decompression faster; inflate will return Z_NEED_DICT only for the first time */
459 if (ret == Z_NEED_DICT) {
491 if (ret == Z_NEED_DICT) {
H A Dexample.c544 if (err == Z_NEED_DICT) {
H A Dexample_original.c536 if (err == Z_NEED_DICT) {
/freebsd-12-stable/sys/sys/
H A Dzutil.h68 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
H A Dzlib.h344 #define Z_NEED_DICT 2 macro
565 produced, Z_NEED_DICT if a preset dictionary is needed at this point (see
572 In the Z_NEED_DICT case, strm->adler is set to the Adler32 value of the
782 a call of inflate if this call returned Z_NEED_DICT. The dictionary chosen
/freebsd-12-stable/sys/contrib/zstd/zlibWrapper/
H A Dgzread.c199 if (ret == Z_STREAM_ERROR || ret == Z_NEED_DICT) {
H A Dzstd_zlibwrapper.c815 if (zwd->errorCount<=1) return Z_NEED_DICT; else goto error;
/freebsd-12-stable/usr.bin/gzip/
H A Dgzip.c981 case Z_NEED_DICT:
982 maybe_warnx("Z_NEED_DICT error");
/freebsd-12-stable/sys/libkern/
H A Dzlib.c107 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
3263 return Z_NEED_DICT;
5148 "need dictionary", /* Z_NEED_DICT 2 */

Completed in 228 milliseconds