Searched refs:hpack_string_encode (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/net/lib/http/ |
D | http_hpack.c | 488 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()
|