HomeSort by: relevance | last modified time | path
    Searched refs:Z_NEED_DICT (Results 1 - 17 of 17) sorted by relevancy

  /src/common/dist/zlib/
uncompr.c 79 err == Z_NEED_DICT ? Z_DATA_ERROR :
gzread.c 174 if (ret == Z_STREAM_ERROR || ret == Z_NEED_DICT) {
zlib.h 181 #define Z_NEED_DICT 2
490 chosen by the compressor and returns Z_NEED_DICT; otherwise it sets
507 been reached and all uncompressed output has been produced, Z_NEED_DICT if a
896 if that call returned Z_NEED_DICT. The dictionary chosen by the compressor
inflate.c 828 return Z_NEED_DICT;
  /src/common/dist/zlib/examples/
zpipe.c 128 case Z_NEED_DICT:
fitblk.c 108 ret != Z_NEED_DICT);
zran.c 223 return ret == Z_NEED_DICT ? Z_DATA_ERROR : ret;
  /src/common/dist/zlib/test/
infcover.c 321 if (ret != Z_OK && ret != Z_BUF_ERROR && ret != Z_NEED_DICT)
323 if (ret == Z_NEED_DICT) {
410 inf("8 b8 0 0 0 1", "need dictionary", 0, 8, 0, Z_NEED_DICT);
544 if (ret == Z_DATA_ERROR || ret == Z_NEED_DICT)
example.c 465 if (err == Z_NEED_DICT) {
  /src/sys/net/
zlib.h 429 #define Z_NEED_DICT 2
667 dictionary chosen by the compressor and returns Z_NEED_DICT; otherwise
676 been reached and all uncompressed output has been produced, Z_NEED_DICT if a
867 if this call returned Z_NEED_DICT. The dictionary chosen by the compressor
zlib.c 105 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
3571 return Z_NEED_DICT;
5612 "need dictionary", /* Z_NEED_DICT 2 */
  /src/common/dist/zlib/contrib/pascal/
zlibpas.pas 78 Z_NEED_DICT = 2;
example.pas 509 if err = Z_NEED_DICT then
  /src/common/dist/zlib/contrib/ada/
zlib-thin.ads 70 Z_NEED_DICT : constant := 2; -- zlib.h:134
  /src/common/dist/zlib/contrib/delphi/
ZLib.pas 175 Z_NEED_DICT = 2;
  /src/common/dist/zlib/os400/
zlib.inc 47 D Z_NEED_DICT C 2
  /src/usr.bin/gzip/
gzip.c 966 case Z_NEED_DICT:
967 maybe_warnx("Z_NEED_DICT error");

Completed in 28 milliseconds