Searched refs:Z_HUFFMAN_ONLY (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/lib/zlib_deflate/
H A Ddeflate.c200 strategy < 0 || strategy > Z_HUFFMAN_ONLY) { zlib_deflateInit2()
949 if (s->strategy != Z_HUFFMAN_ONLY) { deflate_fast()
1047 if (s->strategy != Z_HUFFMAN_ONLY) { deflate_slow()
/linux-4.1.27/include/linux/
H A Dzlib.h168 #define Z_HUFFMAN_ONLY 2 macro
482 filter (or predictor), or Z_HUFFMAN_ONLY to force Huffman encoding only (no
487 between Z_DEFAULT and Z_HUFFMAN_ONLY. The strategy parameter only affects

Completed in 114 milliseconds