Home
last modified time | relevance | path

Searched refs:aws_h2_frame_new_rst_stream (Results 1 – 7 of 7) sorted by relevance

/dports/devel/aws-c-http/aws-c-http-0.6.8/include/aws/http/private/
H A Dh2_frames.h247 struct aws_h2_frame *aws_h2_frame_new_rst_stream(
/dports/devel/aws-c-http/aws-c-http-0.6.8/tests/
H A Dtest_h2_encoder.c283 aws_h2_frame_new_rst_stream(allocator, 0x76543210 /*stream_id*/, 0xFEEDBEEF /*error_code*/); in TEST_CASE()
H A Dtest_h2_client.c854 peer_frame = aws_h2_frame_new_rst_stream(allocator, stream_id, AWS_HTTP2_ERR_ENHANCE_YOUR_CALM); in TEST_CASE()
1221 aws_h2_frame_new_rst_stream(allocator, stream_id, AWS_HTTP2_ERR_ENHANCE_YOUR_CALM); in TEST_CASE()
1281 struct aws_h2_frame *peer_frame = aws_h2_frame_new_rst_stream( in TEST_CASE()
2848 response_frame = aws_h2_frame_new_rst_stream(allocator, stream_id, AWS_HTTP2_ERR_NO_ERROR); in TEST_CASE()
2940 aws_h2_frame_new_rst_stream(allocator, stream_id, AWS_HTTP2_ERR_HTTP_1_1_REQUIRED); in TEST_CASE()
4228 aws_h2_frame_new_rst_stream(allocator, stream_id, AWS_HTTP2_ERR_ENHANCE_YOUR_CALM); in TEST_CASE()
/dports/devel/aws-c-http/aws-c-http-0.6.8/tests/fuzz/
H A Dfuzz_h2_decoder_correct.c325 … struct aws_h2_frame *frame = aws_h2_frame_new_rst_stream(allocator, stream_id, error_code); in LLVMFuzzerTestOneInput()
/dports/devel/aws-c-http/aws-c-http-0.6.8/source/
H A Dh2_frames.c942 struct aws_h2_frame *aws_h2_frame_new_rst_stream( in aws_h2_frame_new_rst_stream() function
H A Dh2_stream.c506 aws_h2_frame_new_rst_stream(stream->base.alloc, stream->base.id, stream_error.h2_code); in s_send_rst_and_close_stream()
H A Dh2_connection.c991aws_h2_frame_new_rst_stream(connection->base.alloc, stream_id, AWS_HTTP2_ERR_STREAM_CLOSED); in s_get_active_stream_for_incoming_frame()
1873 …struct aws_h2_frame *rst_stream = aws_h2_frame_new_rst_stream(connection->base.alloc, stream_id, h… in aws_h2_connection_send_rst_and_close_reserved_stream()