Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/http/
Dhttp_huffman.c332 size_t encoded_bits_len = encoded_len * 8; in http_hpack_huffman_decode() local
343 while (encoded_bits_len > 0) { in http_hpack_huffman_decode()
386 if (encoded_bits_len > MAX_PADDING_LEN) { in http_hpack_huffman_decode()
394 if (encoded_bits_len < decoded->bitlen) { in http_hpack_huffman_decode()
401 encoded_bits_len -= decoded->bitlen; in http_hpack_huffman_decode()