Home
last modified time | relevance | path

Searched refs:Z_NEED_DICT (Results 1 – 19 of 19) sorted by relevance

/freebsd/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzmod.c132 int i = Z_NEED_DICT - err; in z_strerror()
134 if (i < 0 || i > Z_NEED_DICT - Z_VERSION_ERROR) in z_strerror()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dzmod.h46 #define Z_NEED_DICT 2 macro
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dzmod.h44 #define Z_NEED_DICT 2 macro
/freebsd/sys/contrib/zlib/test/
H A Dinfcover.c321 if (ret != Z_OK && ret != Z_BUF_ERROR && ret != Z_NEED_DICT) in inf()
323 if (ret == Z_NEED_DICT) { in inf()
410 inf("8 b8 0 0 0 1", "need dictionary", 0, 8, 0, Z_NEED_DICT); in cover_wrap()
544 if (ret == Z_DATA_ERROR || ret == Z_NEED_DICT) in try()
H A Dexample.c465 if (err == Z_NEED_DICT) { in test_dict_inflate()
/freebsd/sys/contrib/zlib/
H A Duncompr.c77 err == Z_NEED_DICT ? Z_DATA_ERROR : in uncompress2()
H A Dgzread.c175 if (ret == Z_STREAM_ERROR || ret == Z_NEED_DICT) { in gz_decomp()
H A Dzlib.h179 #define Z_NEED_DICT 2 macro
H A Dinflate.c819 return Z_NEED_DICT; in inflate()
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-zlib.c178 if (err == Z_NEED_DICT || in z_uncompress()
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_zlib.c214 if (err == Z_NEED_DICT || in z_uncompress()
/freebsd/sys/contrib/zstd/zlibWrapper/examples/
H A Dfitblk_original.c108 ret != Z_NEED_DICT); in recompress()
H A Dfitblk.c118 ret != Z_NEED_DICT); in recompress()
H A Dzwrapbench.c476 if (ret == Z_NEED_DICT) { in BMK_benchMem()
508 if (ret == Z_NEED_DICT) { in BMK_benchMem()
H A Dexample.c544 if (err == Z_NEED_DICT) {
H A Dexample_original.c536 if (err == Z_NEED_DICT) {
/freebsd/sys/contrib/zstd/zlibWrapper/
H A Dgzread.c207 if (ret == Z_STREAM_ERROR || ret == Z_NEED_DICT) {
H A Dzstd_zlibwrapper.c901 if (zwd->errorCount<=1) return Z_NEED_DICT; else goto error; in z_inflate()
/freebsd/usr.bin/gzip/
H A Dgzip.c938 case Z_NEED_DICT: in gz_uncompress()