Home
last modified time | relevance | path

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

/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/src/
H A Dshrpx_http3_upstream.cc901 shutdown_stream(downstream, in downstream_read()
1025 shutdown_stream(downstream, NGHTTP3_H3_NO_ERROR); in downstream_error()
1032 shutdown_stream(downstream, NGHTTP3_H3_INTERNAL_ERROR); in downstream_error()
1412 shutdown_stream(downstream, NGHTTP3_H3_INTERNAL_ERROR); in on_downstream_reset()
1461 shutdown_stream(downstream, NGHTTP3_H3_INTERNAL_ERROR); in on_downstream_reset()
2002 shutdown_stream(downstream, NGHTTP2_PROTOCOL_ERROR); in http_end_request_headers()
2140 shutdown_stream(downstream, NGHTTP3_H3_INTERNAL_ERROR); in initiate_downstream()
2154 shutdown_stream(downstream, NGHTTP3_H3_INTERNAL_ERROR); in initiate_downstream()
2179 shutdown_stream(downstream, NGHTTP3_H3_INTERNAL_ERROR); in http_recv_data()
2213 shutdown_stream(downstream, NGHTTP2_INTERNAL_ERROR); in http_end_stream()
[all …]
H A Dshrpx_http3_upstream.h131 int shutdown_stream(Downstream *downstream, uint64_t app_error_code);
/dports/www/libnghttp2/nghttp2-1.46.0/src/
H A Dshrpx_http3_upstream.cc946 shutdown_stream(downstream, in downstream_read()
1070 shutdown_stream(downstream, NGHTTP3_H3_NO_ERROR); in downstream_error()
1077 shutdown_stream(downstream, NGHTTP3_H3_INTERNAL_ERROR); in downstream_error()
1456 shutdown_stream(downstream, NGHTTP3_H3_INTERNAL_ERROR); in on_downstream_reset()
1505 shutdown_stream(downstream, NGHTTP3_H3_INTERNAL_ERROR); in on_downstream_reset()
2069 shutdown_stream(downstream, NGHTTP2_PROTOCOL_ERROR); in http_end_request_headers()
2207 shutdown_stream(downstream, NGHTTP3_H3_INTERNAL_ERROR); in initiate_downstream()
2221 shutdown_stream(downstream, NGHTTP3_H3_INTERNAL_ERROR); in initiate_downstream()
2246 shutdown_stream(downstream, NGHTTP3_H3_INTERNAL_ERROR); in http_recv_data()
2280 shutdown_stream(downstream, NGHTTP2_INTERNAL_ERROR); in http_end_stream()
[all …]
H A Dshrpx_http3_upstream.h131 int shutdown_stream(Downstream *downstream, uint64_t app_error_code);
/dports/www/nghttp2/nghttp2-1.46.0/src/
H A Dshrpx_http3_upstream.cc946 shutdown_stream(downstream, in downstream_read()
1070 shutdown_stream(downstream, NGHTTP3_H3_NO_ERROR); in downstream_error()
1077 shutdown_stream(downstream, NGHTTP3_H3_INTERNAL_ERROR); in downstream_error()
1456 shutdown_stream(downstream, NGHTTP3_H3_INTERNAL_ERROR); in on_downstream_reset()
1505 shutdown_stream(downstream, NGHTTP3_H3_INTERNAL_ERROR); in on_downstream_reset()
2069 shutdown_stream(downstream, NGHTTP2_PROTOCOL_ERROR); in http_end_request_headers()
2207 shutdown_stream(downstream, NGHTTP3_H3_INTERNAL_ERROR); in initiate_downstream()
2221 shutdown_stream(downstream, NGHTTP3_H3_INTERNAL_ERROR); in initiate_downstream()
2246 shutdown_stream(downstream, NGHTTP3_H3_INTERNAL_ERROR); in http_recv_data()
2280 shutdown_stream(downstream, NGHTTP2_INTERNAL_ERROR); in http_end_stream()
[all …]
H A Dshrpx_http3_upstream.h131 int shutdown_stream(Downstream *downstream, uint64_t app_error_code);
/dports/www/h2o-devel/h2o-dcc7134/lib/http3/
H A Dserver.c458 static void shutdown_stream(struct st_h2o_http3_server_stream_t *stream, int stop_sending_code, int… in shutdown_stream() function
813 shutdown_stream(stream, H2O_HTTP3_ERROR_EARLY_RESPONSE, H2O_HTTP3_ERROR_INTERNAL, 0); in on_send_emit()
820 shutdown_stream(stream, H2O_HTTP3_ERROR_REQUEST_CANCELLED, err, 0); in on_send_stop()
865 shutdown_stream(stream, H2O_HTTP3_ERROR_NONE /* ignored */, in handle_buffered_input()
892shutdown_stream(stream, H2O_HTTP3_ERROR_NONE /* ignored */, H2O_HTTP3_ERROR_REQUEST_INCOMPLETE, in… in handle_buffered_input()
929 shutdown_stream(stream, H2O_HTTP3_ERROR_NONE /* ignored */, in on_receive_reset()
954 shutdown_stream(stream, H2O_HTTP3_ERROR_INTERNAL, H2O_HTTP3_ERROR_INTERNAL, 1); in proceed_request_streaming()
1021 shutdown_stream(stream, H2O_HTTP3_ERROR_INTERNAL, H2O_HTTP3_ERROR_INTERNAL, 0); in run_delayed()
1107shutdown_stream(stream, H2O_HTTP3_ERROR_EARLY_RESPONSE, H2O_HTTP3_ERROR_GENERAL_PROTOCOL, in_gener… in handle_input_expect_data()
1230shutdown_stream(stream, H2O_HTTP3_ERROR_GENERAL_PROTOCOL, H2O_HTTP3_ERROR_GENERAL_PROTOCOL, 0); in handle_input_expect_headers()
[all …]