Searched refs:Z_NEED_DICT (Results 1 – 17 of 17) sorted by relevance
149 int i = Z_NEED_DICT - err; in z_strerror()151 if (i < 0 || i > Z_NEED_DICT - Z_VERSION_ERROR) in z_strerror()
46 #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()
518 if (err == Z_NEED_DICT) {
81 err == Z_NEED_DICT ? Z_DATA_ERROR :
59 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
196 if (ret == Z_STREAM_ERROR || ret == Z_NEED_DICT) {
179 #define Z_NEED_DICT 2 macro
857 return Z_NEED_DICT;
108 ret != Z_NEED_DICT); in recompress()
118 ret != Z_NEED_DICT); in recompress()
459 if (ret == Z_NEED_DICT) { in BMK_benchMem()491 if (ret == Z_NEED_DICT) { in BMK_benchMem()
544 if (err == Z_NEED_DICT) {
536 if (err == Z_NEED_DICT) {
199 if (ret == Z_STREAM_ERROR || ret == Z_NEED_DICT) {
815 if (zwd->errorCount<=1) return Z_NEED_DICT; else goto error; in z_inflate()
981 case Z_NEED_DICT: in gz_uncompress()