Home
last modified time | relevance | path

Searched refs:static_huffman_code (Results 1 – 1 of 1) sorted by relevance

/external/scapy/scapy/contrib/
Dhttp2.py730 static_huffman_code = [ variable in HPackZString
1003 return cls.static_huffman_code[-1]
1006 return cls.static_huffman_code[orb(c)]
1088 eos_symbol = cls.static_huffman_code[-1]
1154 for entry in cls.static_huffman_code: