Searched refs:hpack_integer_encode (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/net/lib/http/ |
D | http_hpack.c | 447 static int hpack_integer_encode(uint8_t *buf, size_t buflen, int value, in hpack_integer_encode() function 516 ret = hpack_integer_encode(buf, buflen, str_len, prefix, in hpack_string_encode() 542 ret = hpack_integer_encode(buf, buflen, 0, in hpack_encode_literal() 577 ret = hpack_integer_encode(buf, buflen, index, in hpack_encode_literal_value() 600 return hpack_integer_encode(buf, buflen, index, HPACK_PREFIX_INDEXED, in hpack_encode_indexed()
|