Searched refs:Z_NEED_DICT (Results 1 – 25 of 25) sorted by relevance
53 if (err == Z_NEED_DICT || (err == Z_BUF_ERROR && stream.avail_in == 0))
56 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
172 #define Z_NEED_DICT 2 macro
769 return Z_NEED_DICT;
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)]
191 if (ret == Z_STREAM_ERROR || ret == Z_NEED_DICT) {
175 #define Z_NEED_DICT 2 macro
821 return Z_NEED_DICT;
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) {
150 #define Z_NEED_DICT 2 macro
193 if (ret == Z_NEED_DICT) in build_index()322 if (ret == Z_NEED_DICT) in extract()
128 case Z_NEED_DICT: in inf()
108 ret != Z_NEED_DICT); in recompress()
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;
95 if (rv == Z_NEED_DICT) { in DecompressHeaderBlockInZStream()1534 if (rv == Z_NEED_DICT) { in DecompressFrameWithZStream()
47 D Z_NEED_DICT C 2
776 if (retcode == Z_NEED_DICT) { in spdy_decompress_header_block()