Home | History | Annotate | Download | only in zlib-1.2.3

Lines Matching full:strategy

100     int strategy = Z_DEFAULT_STRATEGY; /* compression strategy */
140 strategy = Z_FILTERED;
142 strategy = Z_HUFFMAN_ONLY;
144 strategy = Z_RLE;
156 Z_DEFLATED, -MAX_WBITS, DEF_MEM_LEVEL, strategy);
232 * Update the compression level and strategy
234 int ZEXPORT gzsetparams (file, level, strategy)
237 int strategy;
253 return deflateParams (&(s->stream), level, strategy);