Searched refs:current_frame (Results 1 – 3 of 3) sorted by relevance
56 struct http2_frame *frame = &client->current_frame; in print_http_frames()624 struct http2_frame *frame = &client->current_frame; in dynamic_get_del_req_v2()678 struct http2_frame *frame = &client->current_frame; in dynamic_post_put_req_v2()874 struct http2_frame *frame = &client->current_frame; in enter_http_frame_data_state()906 struct http2_frame *frame = &client->current_frame; in enter_http_frame_headers_state()944 struct http2_frame *frame = &client->current_frame; in enter_http_frame_continuation_state()1002 client->current_frame.type != HTTP2_CONTINUATION_FRAME) { in handle_http_frame_header()1009 switch (client->current_frame.type) { in handle_http_frame_header()1043 struct http2_frame *frame = &client->current_frame; in handle_http1_to_http2_upgrade()1164 struct http2_frame *frame = &client->current_frame; in parse_http_frame_padded_field()[all …]
432 struct http2_frame current_frame; member
2467 frame = &ctx_client1.current_frame; in ZTEST()2482 frame = &ctx_client2.current_frame; in ZTEST()