Searched defs:strategy (Results 1 - 1 of 1) sorted by relevance
/dovecot/src/lib-compression/ |
H A D | ostream-zlib.c | 276 int level, int strategy) 284 (strategy >= Z_HUFFMAN_ONLY || 293 const int strategy = Z_DEFAULT_STRATEGY; local 308 o_stream_zlib_init_gz_header(zstream, level, strategy); 309 ret = deflateInit2(&zstream->zs, level, Z_DEFLATED, -15, 8, strategy); 275 o_stream_zlib_init_gz_header(struct zlib_ostream *zstream, int level, int strategy) argument
|
Completed in 27 milliseconds