Searched refs:hpack_string_encode (Results 1 – 1 of 1) sorted by relevance
/subsys/net/lib/http/ |
A D | http_hpack.c | 483 static int hpack_string_encode(uint8_t *buf, size_t buflen, in hpack_string_encode() function 548 ret = hpack_string_encode(buf, buflen, HPACK_HEADER_NAME, header); in hpack_encode_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()
|
Completed in 4 milliseconds