Lines Matching refs:huffman
977 int huffman = 0;
982 huffman = 1;
989 DEBUGF("deflatehd: emit string str=%.*s, length=%zu, huffman=%d, "
991 (int)len, (const char *)str, len, huffman, enclen);
998 *bufp = huffman ? 1 << 7 : 0;
1006 if (huffman) {
1569 non-huffman and huffman, so using literal byte count is
1676 * huffman decoding against them and pushes the result into the
1700 DEBUGF("inflatehd: huffman decoding failed\n");
1704 DEBUGF("inflatehd: huffman decoding failed\n");
2009 DEBUGF("inflatehd: huffman encoded=%d\n", inflater->huffman_encoded != 0);
2093 DEBUGF("inflatehd: huffman encoded=%d\n", inflater->huffman_encoded != 0);