Searched refs:Z_NEED_DICT (Results 1 - 5 of 5) sorted by relevance

/forgerock/web-agents-v4/zlib/
H A Duncompr.c51 if (err == Z_NEED_DICT || (err == Z_BUF_ERROR && stream.avail_in == 0))
H A Dzutil.h50 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
H A Dgzread.c192 if (ret == Z_STREAM_ERROR || ret == Z_NEED_DICT) {
H A Dzlib.h175 #define Z_NEED_DICT 2 macro
476 chosen by the compressor and returns Z_NEED_DICT; otherwise it sets
494 been reached and all uncompressed output has been produced, Z_NEED_DICT if a
825 if that call returned Z_NEED_DICT. The dictionary chosen by the compressor
H A Dinflate.c822 return Z_NEED_DICT;

Completed in 29 milliseconds