Home
last modified time | relevance | path

Searched refs:current_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()
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()
814 struct http2_frame *frame = &client->current_frame; in enter_http_frame_data_state()
846 struct http2_frame *frame = &client->current_frame; in enter_http_frame_headers_state()
884 struct http2_frame *frame = &client->current_frame; in enter_http_frame_continuation_state()
942 client->current_frame.type != HTTP2_CONTINUATION_FRAME) { in handle_http_frame_header()
949 switch (client->current_frame.type) { in handle_http_frame_header()
983 struct http2_frame *frame = &client->current_frame; in handle_http1_to_http2_upgrade()
1095 struct http2_frame *frame = &client->current_frame; in parse_http_frame_padded_field()
[all …]
/Zephyr-latest/include/zephyr/net/http/
Dserver.h418 struct http2_frame current_frame; member
/Zephyr-latest/tests/net/lib/http_server/core/src/
Dmain.c2263 frame = &ctx_client1.current_frame; in ZTEST()
2278 frame = &ctx_client2.current_frame; in ZTEST()