Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/http/
Dhttp_huffman.c15 struct decode_elem { struct
21 static const struct decode_elem decode_table[] = { argument
280 static const struct decode_elem eos = {
289 static bool huffman_bits_compare(uint32_t bits, const struct decode_elem *entry) in huffman_bits_compare()
301 static const struct decode_elem *huffman_decode_bits(uint32_t bits) in huffman_decode_bits()
316 static const struct decode_elem *huffman_find_entry(uint8_t symbol) in huffman_find_entry()
334 const struct decode_elem *decoded; in http_hpack_huffman_decode()
421 const struct decode_elem *entry; in http_hpack_huffman_encode()