Lines Matching refs:strategy
114 int strategy = Z_DEFAULT_STRATEGY; /* compression strategy */
160 strategy = Z_FILTERED;
162 strategy = Z_HUFFMAN_ONLY;
164 strategy = Z_RLE;
187 Z_DEFLATED, -MAX_WBITS, DEF_MEM_LEVEL, strategy);
301 * Update the compression level and strategy
303 int ZEXPORT gzsetparams (file, level, strategy)
306 int strategy;
322 return deflateParams (&(s->stream), level, strategy);