Home
last modified time | relevance | path

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

/dports/devel/aws-c-http/aws-c-http-0.6.8/include/aws/http/
H A Dhttp.h67 AWS_HTTP2_ERR_CANCEL = 0x08, enumerator
/dports/devel/aws-c-http/aws-c-http-0.6.8/source/
H A Dh2_frames.c118 case AWS_HTTP2_ERR_CANCEL: in aws_http2_error_code_to_str()
/dports/devel/aws-c-http/aws-c-http-0.6.8/tests/
H A Dtest_h2_client.c4015 ASSERT_SUCCESS(aws_http2_stream_reset(stream_tester.stream, AWS_HTTP2_ERR_CANCEL)); in TEST_CASE()
4062 ASSERT_SUCCESS(aws_http2_stream_reset(stream_tester.stream, AWS_HTTP2_ERR_CANCEL)); in TEST_CASE()