Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/http/
Dhttp_hpack.c202 HPACK_HEADER_VALUE, enumerator
213 NET_ASSERT(type == HPACK_HEADER_NAME || type == HPACK_HEADER_VALUE); in hpack_huffman_decode()
223 } else if (type == HPACK_HEADER_VALUE) { in hpack_huffman_decode()
242 NET_ASSERT(type == HPACK_HEADER_NAME || type == HPACK_HEADER_VALUE); in hpack_string_decode()
273 } else if (type == HPACK_HEADER_VALUE) { in hpack_string_decode()
364 ret = hpack_string_decode(buf, datalen, HPACK_HEADER_VALUE, header); in hpack_handle_literal()
557 ret = hpack_string_encode(buf, buflen, HPACK_HEADER_VALUE, header); in hpack_encode_literal()
583 ret = hpack_string_encode(buf, buflen, HPACK_HEADER_VALUE, header); in hpack_encode_literal_value()