Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dzmod.h44 #define Z_NEED_DICT 2 macro
/f-stack/freebsd/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()
543 if (ret == Z_DATA_ERROR || ret == Z_NEED_DICT) in try()
H A Dexample.c519 if (err == Z_NEED_DICT) {
/f-stack/freebsd/contrib/zlib/
H A Duncompr.c81 err == Z_NEED_DICT ? Z_DATA_ERROR :
H A Dzutil.h55 #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
H A Dinflate.c845 return Z_NEED_DICT;
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-zlib.c179 if (err == Z_NEED_DICT || in z_uncompress()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_zlib.c230 if (err == Z_NEED_DICT || in z_uncompress()
/f-stack/freebsd/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.c461 if (ret == Z_NEED_DICT) { in BMK_benchMem()
493 if (ret == Z_NEED_DICT) { in BMK_benchMem()
H A Dexample_original.c536 if (err == Z_NEED_DICT) {
H A Dexample.c544 if (err == Z_NEED_DICT) {
/f-stack/dpdk/drivers/compress/zlib/
H A Dzlib_pmd.c141 case Z_NEED_DICT: in process_zlib_inflate()
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A Dgzread.c207 if (ret == Z_STREAM_ERROR || ret == Z_NEED_DICT) {
H A Dzstd_zlibwrapper.c886 if (zwd->errorCount<=1) return Z_NEED_DICT; else goto error; in z_inflate()