Searched refs:Z_NEED_DICT (Results 1 – 25 of 37) sorted by relevance
12
51 if (err == Z_NEED_DICT || (err == Z_BUF_ERROR && stream.avail_in == 0)) in uncompress()
52 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
192 if (ret == Z_STREAM_ERROR || ret == Z_NEED_DICT) { in gz_decomp()
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()
51 if (err == Z_NEED_DICT || (err == Z_BUF_ERROR && stream.avail_in == 0))
50 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
175 #define Z_NEED_DICT 2 macro
192 if (ret == Z_STREAM_ERROR || ret == 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()
134 #define Z_NEED_DICT 2 macro
211 return Z_NEED_DICT; in inflate()
117 if ( inflateResult == Z_NEED_DICT ) { in HandleZlibBPP()
166 if ( inflateResult == Z_NEED_DICT ) { in HandleZRLE()
396 case Z_NEED_DICT: in SPDYF_zlib_inflate()
78 Z_NEED_DICT = 2;
509 if err = Z_NEED_DICT then
70 Z_NEED_DICT : constant := 2; -- zlib.h:134
175 Z_NEED_DICT = 2;