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

  /src/sys/net/
zlib.h 446 #define Z_FILTERED 1
728 value Z_DEFAULT_STRATEGY for normal data, Z_FILTERED for data produced by a
732 tuned to compress them better. The effect of Z_FILTERED is to force more
zlib.c 1896 if (s->match_length <= 5 && (s->strategy == Z_FILTERED ||
  /src/common/dist/zlib/
gzlib.c 145 state->strategy = Z_FILTERED;
zlib.h 198 #define Z_FILTERED 1
591 value Z_DEFAULT_STRATEGY for normal data, Z_FILTERED for data produced by a
596 compress them better. The effect of Z_FILTERED is to force more Huffman
deflate.c 1953 if (s->match_length <= 5 && (s->strategy == Z_FILTERED
  /src/common/dist/zlib/test/
example.c 275 deflateParams(&c_stream, Z_BEST_COMPRESSION, Z_FILTERED);
  /src/common/dist/zlib/contrib/pascal/
zlibpas.pas 91 Z_FILTERED = 1;
example.pas 305 deflateParams(c_stream, Z_BEST_COMPRESSION, Z_FILTERED);
  /src/common/dist/zlib/contrib/ada/
zlib-thin.ads 92 Z_FILTERED : constant := 1; -- zlib.h:151
  /src/common/dist/zlib/contrib/delphi/
ZLib.pas 188 Z_FILTERED = 1;
  /src/common/dist/zlib/os400/
zlib.inc 63 D Z_FILTERED C 1

Completed in 26 milliseconds