Home
last modified time | relevance | path

Searched refs:strategy (Results 1 – 8 of 8) sorted by relevance

/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A Ddeflate.c216 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, in deflateInit2_() argument
223 int strategy;
267 strategy < 0 || strategy > Z_FIXED) {
308 s->strategy = strategy;
416 int ZEXPORT deflateParams(strm, level, strategy) in deflateParams() argument
419 int strategy;
433 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_FIXED) {
449 s->strategy = strategy;
591 (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ?
608 (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ?
[all …]
H A Dgzio.c100 int strategy = Z_DEFAULT_STRATEGY; /* compression strategy */ local
140 strategy = Z_FILTERED;
142 strategy = Z_HUFFMAN_ONLY;
144 strategy = Z_RLE;
156 Z_DEFLATED, -MAX_WBITS, DEF_MEM_LEVEL, strategy);
234 int ZEXPORT gzsetparams (file, level, strategy) in gzsetparams() argument
237 int strategy;
253 return deflateParams (&(s->stream), level, strategy);
H A Ddeflate.h183 int strategy; /* favor or force Huffman coding*/ member
H A DChangeLog61 - Add Z_FIXED strategy option to deflateInit2() to force fixed trees
301 - Add Z_RLE strategy for run-length encoding [Truta]
673 and compression strategy.
835 - renamed the 'filter' parameter of deflateInit2 as 'strategy'.
H A Dtrees.c986 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/include/
H A Dzlib.h608 int strategy));
1098 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy));
1314 int strategy, const char *version,
1326 #define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ argument
1328 (strategy), ZLIB_VERSION, sizeof(z_stream))
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/
H A Dzlib.h608 int strategy));
1098 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy));
1314 int strategy, const char *version,
1326 #define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ argument
1328 (strategy), ZLIB_VERSION, sizeof(z_stream))
/nrf52832-nimble/rt-thread/components/net/freemodbus/
H A Dlgpl.txt25 strategy to use in any particular case, based on the explanations below.