Searched refs:Z_NEED_DICT (Results 1 – 19 of 19) sorted by relevance
132 int i = Z_NEED_DICT - err; in z_strerror()134 if (i < 0 || i > Z_NEED_DICT - Z_VERSION_ERROR) in z_strerror()
46 #define Z_NEED_DICT 2 macro
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()544 if (ret == Z_DATA_ERROR || ret == Z_NEED_DICT) in try()
465 if (err == Z_NEED_DICT) { in test_dict_inflate()
77 err == Z_NEED_DICT ? Z_DATA_ERROR : in uncompress2()
175 if (ret == Z_STREAM_ERROR || ret == Z_NEED_DICT) { in gz_decomp()
179 #define Z_NEED_DICT 2 macro
819 return Z_NEED_DICT; in inflate()
178 if (err == Z_NEED_DICT || in z_uncompress()
214 if (err == Z_NEED_DICT || in z_uncompress()
108 ret != Z_NEED_DICT); in recompress()
118 ret != Z_NEED_DICT); in recompress()
476 if (ret == Z_NEED_DICT) { in BMK_benchMem()508 if (ret == Z_NEED_DICT) { in BMK_benchMem()
544 if (err == Z_NEED_DICT) {
536 if (err == Z_NEED_DICT) {
207 if (ret == Z_STREAM_ERROR || ret == Z_NEED_DICT) {
901 if (zwd->errorCount<=1) return Z_NEED_DICT; else goto error; in z_inflate()
938 case Z_NEED_DICT: in gz_uncompress()