Home
last modified time | relevance | path

Searched refs:http2_error (Results 1 – 24 of 24) sorted by relevance

/dports/devel/aws-c-http/aws-c-http-0.6.8/include/aws/http/private/
H A Drequest_response_impl.h22 int (*http2_reset_stream)(struct aws_http_stream *http2_stream, uint32_t http2_error);
23 … int (*http2_get_received_error_code)(struct aws_http_stream *http2_stream, uint32_t *http2_error);
24 int (*http2_get_sent_error_code)(struct aws_http_stream *http2_stream, uint32_t *http2_error);
H A Dh2_connection.h183 uint32_t http2_error; member
H A Dconnection_impl.h61 uint32_t http2_error,
/dports/devel/aws-c-http/aws-c-http-0.6.8/tests/
H A Dtest_h2_client.c24 uint32_t http2_error; member
43 uint32_t http2_error, in s_on_goaway_received() argument
50 data->http2_error = http2_error; in s_on_goaway_received()
4222 uint32_t http2_error; in TEST_CASE() local
4269 uint32_t http2_error; in TEST_CASE() local
4286 ASSERT_UINT_EQUALS(AWS_HTTP2_ERR_PROTOCOL_ERROR, http2_error); in TEST_CASE()
4430 uint32_t http2_error; in TEST_CASE() local
4442 ASSERT_UINT_EQUALS(AWS_HTTP2_ERR_NO_ERROR, http2_error); in TEST_CASE()
4460 ASSERT_UINT_EQUALS(AWS_HTTP2_ERR_PROTOCOL_ERROR, http2_error); in TEST_CASE()
4474 uint32_t http2_error; in TEST_CASE() local
[all …]
/dports/devel/aws-c-http/aws-c-http-0.6.8/source/
H A Dh2_connection.c73 uint32_t http2_error,
536 uint32_t http2_error, in s_new_pending_goaway() argument
556 pending_goaway->http2_error = http2_error; in s_new_pending_goaway()
2008 … s_send_goaway(connection, goaway->http2_error, goaway->allow_more_streams, &goaway->debug_data); in s_cross_thread_work_task()
2357 uint32_t http2_error, in s_connection_send_goaway() argument
2363 …s_new_pending_goaway(connection->base.alloc, http2_error, allow_more_streams, optional_debug_data); in s_connection_send_goaway()
2388 if (allow_more_streams && (http2_error != AWS_HTTP2_ERR_NO_ERROR)) { in s_connection_send_goaway()
2393 aws_http2_error_code_to_str(http2_error), in s_connection_send_goaway()
2394 http2_error); in s_connection_send_goaway()
2655 … s_send_goaway(connection, goaway->http2_error, goaway->allow_more_streams, &goaway->debug_data); in s_handler_shutdown()
H A Dh2_stream.c19 static int s_stream_reset_stream(struct aws_http_stream *stream_base, uint32_t http2_error);
451 static int s_stream_reset_stream(struct aws_http_stream *stream_base, uint32_t http2_error) { in s_stream_reset_stream() argument
454 .h2_code = http2_error, in s_stream_reset_stream()
H A Drequest_response.c754 int aws_http2_stream_reset(struct aws_http_stream *http2_stream, uint32_t http2_error) { in aws_http2_stream_reset() argument
764 return http2_stream->vtable->http2_reset_stream(http2_stream, http2_error); in aws_http2_stream_reset()
H A Dconnection.c298 uint32_t http2_error, in aws_http2_connection_send_goaway() argument
305 http2_connection, http2_error, allow_more_streams, optional_debug_data); in aws_http2_connection_send_goaway()
/dports/devel/aws-c-http/aws-c-http-0.6.8/include/aws/http/
H A Dconnection.h576 uint32_t http2_error,
H A Drequest_response.h792 int aws_http2_stream_reset(struct aws_http_stream *http2_stream, uint32_t http2_error);
/dports/devel/grpc130/grpc-1.30.2/src/core/ext/transport/chttp2/transport/
H A Dchttp2_transport.cc2412 intptr_t http2_error; in end_all_the_calls() local
2415 !grpc_error_get_int(error, GRPC_ERROR_INT_HTTP2_ERROR, &http2_error)) { in end_all_the_calls()
/dports/devel/grpc134/grpc-1.34.1/src/core/ext/transport/chttp2/transport/
H A Dchttp2_transport.cc2376 intptr_t http2_error; in end_all_the_calls() local
2379 !grpc_error_get_int(error, GRPC_ERROR_INT_HTTP2_ERROR, &http2_error)) { in end_all_the_calls()
/dports/devel/grpc/grpc-1.42.0/src/core/ext/transport/chttp2/transport/
H A Dchttp2_transport.cc2418 intptr_t http2_error; in end_all_the_calls() local
2421 !grpc_error_get_int(error, GRPC_ERROR_INT_HTTP2_ERROR, &http2_error)) { in end_all_the_calls()
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/ext/transport/chttp2/transport/
H A Dchttp2_transport.cc2418 intptr_t http2_error;
2421 !grpc_error_get_int(error, GRPC_ERROR_INT_HTTP2_ERROR, &http2_error)) {
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/ext/transport/chttp2/transport/
H A Dchttp2_transport.cc2409 intptr_t http2_error; in end_all_the_calls() local
2412 !grpc_error_get_int(error, GRPC_ERROR_INT_HTTP2_ERROR, &http2_error)) { in end_all_the_calls()
/dports/sysutils/istio/istio-1.6.7/vendor/istio.io/api/releaselocks/release-1.0/
H A Dproto.lock3271 "name": "http2_error",
/dports/sysutils/istio/istio-1.6.7/vendor/istio.io/api/releaselocks/release-1.1/
H A Dproto.lock4265 "name": "http2_error",
/dports/sysutils/istio/istio-1.6.7/vendor/istio.io/api/releaselocks/release-1.2/
H A Dproto.lock4866 "name": "http2_error",
/dports/sysutils/istio/istio-1.6.7/vendor/istio.io/api/releaselocks/release-1.3/
H A Dproto.lock5792 "name": "http2_error",
/dports/sysutils/istio/istio-1.6.7/vendor/istio.io/api/networking/v1alpha3/
H A Dvirtual_service.proto1820 string http2_error = 4; field
/dports/sysutils/istio/istio-1.6.7/vendor/istio.io/api/networking/v1beta1/
H A Dvirtual_service.proto1817 string http2_error = 4; field
/dports/sysutils/istio/istio-1.6.7/vendor/istio.io/api/
H A Dproto.lock40946 "name": "http2_error",
42963 "name": "http2_error",
/dports/sysutils/istio/istio-1.6.7/vendor/istio.io/api/releaselocks/release-1.5/
H A Dproto.lock40948 "name": "http2_error",
42848 "name": "http2_error",
/dports/sysutils/istio/istio-1.6.7/vendor/istio.io/api/releaselocks/release-1.4/
H A Dproto.lock40951 "name": "http2_error",