Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/http/
Dhpack.h110 struct http_hpack_header_buf { struct
137 struct http_hpack_header_buf *header); argument
139 struct http_hpack_header_buf *header);
Dserver.h441 struct http_hpack_header_buf header_field;
/Zephyr-latest/subsys/net/lib/http/
Dhttp_hpack.c99 static int http_hpack_find_index(struct http_hpack_header_buf *header, in http_hpack_find_index()
207 struct http_hpack_header_buf *header) in hpack_huffman_decode()
235 struct http_hpack_header_buf *header) in hpack_string_decode()
285 struct http_hpack_header_buf *header) in hpack_handle_indexed()
319 struct http_hpack_header_buf *header, in hpack_handle_literal()
375 struct http_hpack_header_buf *header) in hpack_handle_literal_index()
384 struct http_hpack_header_buf *header) in hpack_handle_literal_no_index()
407 struct http_hpack_header_buf *header) in http_hpack_decode_header()
485 struct http_hpack_header_buf *header) in hpack_string_encode()
533 struct http_hpack_header_buf *header) in hpack_encode_literal()
[all …]
Dhttp_server_http2.c1295 struct http_hpack_header_buf *hdr_buf) in check_user_request_headers_http2()
1342 struct http_hpack_header_buf *header) in process_header()
1561 struct http_hpack_header_buf *header = &client->header_field; in handle_http_frame_headers()
/Zephyr-latest/tests/net/lib/http_server/hpack/src/
Dmain.c252 struct http_hpack_header_buf hdr = { in test_hpack_verify_encode()
271 struct http_hpack_header_buf hdr; in test_hpack_verify_decode()
/Zephyr-latest/tests/net/lib/http_server/core/src/
Dmain.c631 struct http_hpack_header_buf header_buf; in expect_contains_header()