Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/lib/http_server/hpack/src/
Dmain.c109 ret = http_hpack_huffman_encode(&symbol, 1, (uint8_t *)&buf, sizeof(buf)); in ZTEST()
147 ret = http_hpack_huffman_encode(str, sizeof(str), test_buf, sizeof(test_buf)); in ZTEST()
206 ret = http_hpack_huffman_encode(test_huffman[i].str, in ZTEST()
/Zephyr-latest/include/zephyr/net/http/
Dhpack.h134 int http_hpack_huffman_encode(const uint8_t *str, size_t str_len,
/Zephyr-latest/subsys/net/lib/http/
Dhttp_hpack.c506 ret = http_hpack_huffman_encode(str, str_len, header->buf, in hpack_string_encode()
Dhttp_huffman.c418 int http_hpack_huffman_encode(const uint8_t *str, size_t str_len, in http_hpack_huffman_encode() function