Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/http/
Dhttp_hpack.c206 HPACK_HEADER_NAME, enumerator
218 NET_ASSERT(type == HPACK_HEADER_NAME || type == HPACK_HEADER_VALUE); in hpack_huffman_decode()
225 if (type == HPACK_HEADER_NAME) { in hpack_huffman_decode()
247 NET_ASSERT(type == HPACK_HEADER_NAME || type == HPACK_HEADER_VALUE); in hpack_string_decode()
275 if (type == HPACK_HEADER_NAME) { in hpack_string_decode()
343 ret = hpack_string_decode(buf, datalen, HPACK_HEADER_NAME, in hpack_handle_literal()
497 if (type == HPACK_HEADER_NAME) { in hpack_string_encode()
553 ret = hpack_string_encode(buf, buflen, HPACK_HEADER_NAME, header); in hpack_encode_literal()