Searched refs:Z_NEED_DICT (Results 1 – 25 of 32) sorted by relevance
12
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) {
198 if (ret == Z_NEED_DICT) in build_index()327 if (ret == Z_NEED_DICT) in extract()
128 case Z_NEED_DICT: in inf()
108 ret != Z_NEED_DICT); in recompress()
81 err == Z_NEED_DICT ? Z_DATA_ERROR :
52 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
195 if (ret == Z_STREAM_ERROR || ret == Z_NEED_DICT) {
179 #define Z_NEED_DICT 2 macro
134 #define Z_NEED_DICT 2 macro
211 return Z_NEED_DICT; in inflate()
56 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
807 if (err == Z_NEED_DICT && self->zdict != NULL) { in zlib_Decompress_decompress_impl()816 } while (self->zst.avail_out == 0 || err == Z_NEED_DICT); in zlib_Decompress_decompress_impl()1095 if (err == Z_NEED_DICT && self->zdict != NULL) { in zlib_Decompress_flush_impl()1104 } while (self->zst.avail_out == 0 || err == Z_NEED_DICT); in zlib_Decompress_flush_impl()
78 Z_NEED_DICT = 2;
509 if err = Z_NEED_DICT then
73 EXPECT_NE(ret, Z_NEED_DICT); in Decompress()
70 Z_NEED_DICT : constant := 2; -- zlib.h:134
475 #define Z_NEED_DICT 2 macro
175 Z_NEED_DICT = 2;