Home
last modified time | relevance | path

Searched refs:Z_NEED_DICT (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/libkern/zlib/
H A Duncompr.c81 if (err == Z_NEED_DICT || (err == Z_BUF_ERROR && stream.avail_in == 0)) in uncompress()
H A Dzutil.h95 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
H A Dinflate.c802 return Z_NEED_DICT; in inflate()
/xnu-12377.41.6/libkern/libkern/
H A Dzlib.h201 #define Z_NEED_DICT 2 macro