Home
last modified time | relevance | path

Searched refs:http2_frame (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http2.c55 struct http2_frame *frame = &client->current_frame; in print_http_frames()
319 struct http2_frame *frame) in send_http2_404()
341 struct http2_frame *frame) in send_http2_409()
356 struct http2_frame *frame, struct http_client_ctx *client) in handle_http2_static_resource()
397 struct http2_frame *frame, in handle_http2_static_fs_resource()
497 static int http2_dynamic_response(struct http_client_ctx *client, struct http2_frame *frame, in http2_dynamic_response()
564 struct http2_frame *frame = &client->current_frame; in dynamic_get_del_req_v2()
618 struct http2_frame *frame = &client->current_frame; in dynamic_post_put_req_v2()
710 struct http2_frame *frame, struct http_client_ctx *client) in handle_http2_dynamic_resource()
814 struct http2_frame *frame = &client->current_frame; in enter_http_frame_data_state()
[all …]
/Zephyr-latest/include/zephyr/net/http/
Dserver.h356 struct http2_frame { struct
418 struct http2_frame current_frame;
/Zephyr-latest/tests/net/lib/http_server/core/src/
Dmain.c576 static void test_get_frame_header(size_t *offset, struct http2_frame *frame) in test_get_frame_header()
592 struct http2_frame frame; in expect_http2_settings_frame()
642 struct http2_frame frame; in expect_http2_headers_frame()
667 struct http2_frame frame; in expect_http2_data_frame()
685 struct http2_frame frame; in expect_http2_window_update_frame()
2232 struct http2_frame *frame; in ZTEST()