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

/ast/src/lib/libz/
H A Duncompr.c53 if (err == Z_NEED_DICT || (err == Z_BUF_ERROR && stream.avail_in == 0))
H A Dzutil.h56 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
H A Dzlib.h172 #define Z_NEED_DICT 2 macro
432 chosen by the compressor and returns Z_NEED_DICT; otherwise it sets
448 been reached and all uncompressed output has been produced, Z_NEED_DICT if a
742 if that call returned Z_NEED_DICT. The dictionary chosen by the compressor
H A Dexample.c488 if (err == Z_NEED_DICT) {
H A Dinflate.c769 return Z_NEED_DICT;
/ast/src/cmd/INIT/
H A Dratz.c540 #define Z_NEED_DICT 2 macro
2988 return Z_NEED_DICT;

Completed in 34 milliseconds