Home
last modified time | relevance | path

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

/dports/devel/aws-c-http/aws-c-http-0.6.8/include/aws/http/
H A Dhttp.h59 AWS_HTTP2_ERR_NO_ERROR = 0x00, enumerator
/dports/devel/aws-c-http/aws-c-http-0.6.8/tests/
H A Dtest_h2_client.c501 ASSERT_UINT_EQUALS(AWS_HTTP2_ERR_NO_ERROR, goaway->error_code); in TEST_CASE()
2848 response_frame = aws_h2_frame_new_rst_stream(allocator, stream_id, AWS_HTTP2_ERR_NO_ERROR); in TEST_CASE()
3108 ASSERT_INT_EQUALS(s_tester.user_data.http2_error, AWS_HTTP2_ERR_NO_ERROR); in TEST_CASE()
3166 ASSERT_INT_EQUALS(s_tester.user_data.http2_error, AWS_HTTP2_ERR_NO_ERROR); in TEST_CASE()
3191 ASSERT_INT_EQUALS(s_tester.user_data.http2_error, AWS_HTTP2_ERR_NO_ERROR); in TEST_CASE()
4013 ASSERT_SUCCESS(aws_http2_stream_reset(stream_tester.stream, AWS_HTTP2_ERR_NO_ERROR)); in TEST_CASE()
4028 ASSERT_INT_EQUALS(AWS_HTTP2_ERR_NO_ERROR, rst_stream_frame->error_code); in TEST_CASE()
4111 ASSERT_FAILS(aws_http2_stream_reset(stream, AWS_HTTP2_ERR_NO_ERROR)); in TEST_CASE()
4392 ASSERT_UINT_EQUALS(AWS_HTTP2_ERR_NO_ERROR, latest_frame->error_code); in TEST_CASE()
4442 ASSERT_UINT_EQUALS(AWS_HTTP2_ERR_NO_ERROR, http2_error); in TEST_CASE()
[all …]
/dports/devel/aws-c-http/aws-c-http-0.6.8/source/
H A Dh2_frames.c102 case AWS_HTTP2_ERR_NO_ERROR: in aws_http2_error_code_to_str()
136 AWS_PRECONDITION(h2_error_code > AWS_HTTP2_ERR_NO_ERROR && h2_error_code < AWS_HTTP2_ERR_COUNT); in aws_h2err_from_h2_code()
H A Dh2_stream.c970 if (stream->base.client_data && (h2_error_code == AWS_HTTP2_ERR_NO_ERROR) && in aws_h2_stream_on_decoder_rst_stream()
H A Dh2_decoder.c1016 uint32_t error_code = AWS_HTTP2_ERR_NO_ERROR; in s_state_fn_frame_goaway()
H A Dh2_connection.c2388 if (allow_more_streams && (http2_error != AWS_HTTP2_ERR_NO_ERROR)) { in s_connection_send_goaway()
2666 error_code ? AWS_HTTP2_ERR_INTERNAL_ERROR : AWS_HTTP2_ERR_NO_ERROR, in s_handler_shutdown()