Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/http/
Dhttp_hpack.c488 static int hpack_string_encode(uint8_t *buf, size_t buflen, in hpack_string_encode() function
553 ret = hpack_string_encode(buf, buflen, HPACK_HEADER_NAME, header); in hpack_encode_literal()
562 ret = hpack_string_encode(buf, buflen, HPACK_HEADER_VALUE, header); in hpack_encode_literal()
588 ret = hpack_string_encode(buf, buflen, HPACK_HEADER_VALUE, header); in hpack_encode_literal_value()