Searched refs:Z_NEED_DICT (Results 1 – 18 of 18) sorted by relevance
44 #define Z_NEED_DICT 2 macro
321 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()
519 if (err == Z_NEED_DICT) {
81 err == Z_NEED_DICT ? Z_DATA_ERROR :
55 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
198 if (ret == Z_STREAM_ERROR || ret == Z_NEED_DICT) {
179 #define Z_NEED_DICT 2 macro
845 return Z_NEED_DICT;
179 if (err == Z_NEED_DICT || in z_uncompress()
230 if (err == Z_NEED_DICT || in z_uncompress()
108 ret != Z_NEED_DICT); in recompress()
118 ret != Z_NEED_DICT); in recompress()
461 if (ret == Z_NEED_DICT) { in BMK_benchMem()493 if (ret == Z_NEED_DICT) { in BMK_benchMem()
536 if (err == Z_NEED_DICT) {
544 if (err == Z_NEED_DICT) {
141 case Z_NEED_DICT: in process_zlib_inflate()
207 if (ret == Z_STREAM_ERROR || ret == Z_NEED_DICT) {
886 if (zwd->errorCount<=1) return Z_NEED_DICT; else goto error; in z_inflate()