/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 D | h2load_http3_session.cc | 131 int stream_close(nghttp3_conn *conn, int64_t stream_id, uint64_t app_error_code, in stream_close() argument 134 if (s->stream_close(stream_id, app_error_code) != 0) { in stream_close() 141 int Http3Session::stream_close(int64_t stream_id, uint64_t app_error_code) { in stream_close() argument 146 client_->on_stream_close(stream_id, app_error_code == NGHTTP3_H3_NO_ERROR); in stream_close() 217 uint64_t app_error_code, void *user_data, in send_stop_sending() argument 220 if (s->send_stop_sending(stream_id, app_error_code) != 0) { in send_stop_sending() 228 uint64_t app_error_code) { in send_stop_sending() argument 230 app_error_code); in send_stop_sending() 239 int Http3Session::close_stream(int64_t stream_id, uint64_t app_error_code) { in close_stream() argument 240 auto rv = nghttp3_conn_close_stream(conn_, stream_id, app_error_code); in close_stream()
|
H A D | shrpx_http3_upstream.h | 131 int shutdown_stream(Downstream *downstream, uint64_t app_error_code); 132 int shutdown_stream_read(int64_t stream_id, uint64_t app_error_code); 134 int http_stream_close(Downstream *downstream, uint64_t app_error_code); 137 int stream_close(int64_t stream_id, uint64_t app_error_code); 142 int http_reset_stream(int64_t stream_id, uint64_t app_error_code); 143 int http_send_stop_sending(int64_t stream_id, uint64_t app_error_code);
|
H A D | h2load_quic.cc | 112 uint64_t app_error_code, void *user_data, in stream_close() argument 117 app_error_code = NGHTTP3_H3_NO_ERROR; in stream_close() 120 if (c->quic_stream_close(stream_id, app_error_code) != 0) { in stream_close() 127 int Client::quic_stream_close(int64_t stream_id, uint64_t app_error_code) { in quic_stream_close() argument 129 if (s->close_stream(stream_id, app_error_code) != 0) { in quic_stream_close() 137 uint64_t app_error_code, void *user_data, in stream_reset() argument 140 if (c->quic_stream_reset(stream_id, app_error_code) != 0) { in stream_reset() 147 int Client::quic_stream_reset(int64_t stream_id, uint64_t app_error_code) { in quic_stream_reset() argument 157 uint64_t app_error_code, void *user_data, in stream_stop_sending() argument 160 if (c->quic_stream_stop_sending(stream_id, app_error_code) != 0) { in stream_stop_sending() [all …]
|
H A D | h2load_http3_session.h | 48 int stream_close(int64_t stream_id, uint64_t app_error_code); 54 int send_stop_sending(int64_t stream_id, uint64_t app_error_code); 56 int close_stream(int64_t stream_id, uint64_t app_error_code);
|
H A D | shrpx_http3_upstream.cc | 316 uint64_t app_error_code, void *user_data, in stream_close() argument 321 app_error_code = NGHTTP3_H3_NO_ERROR; in stream_close() 324 if (upstream->stream_close(stream_id, app_error_code) != 0) { in stream_close() 431 uint64_t app_error_code, void *user_data, in stream_reset() argument 460 uint64_t app_error_code, void *user_data, in stream_stop_sending() argument 2242 uint64_t app_error_code) { in http_stream_close() argument 2248 << app_error_code; in http_stream_close() 2316 uint64_t app_error_code, void *user_data, in http_reset_stream() argument 2329 uint64_t app_error_code) { in http_reset_stream() argument 2476 uint64_t app_error_code) { in shutdown_stream() argument [all …]
|
H A D | h2load.h | 472 int quic_stream_close(int64_t stream_id, uint64_t app_error_code); 473 int quic_stream_reset(int64_t stream_id, uint64_t app_error_code); 474 int quic_stream_stop_sending(int64_t stream_id, uint64_t app_error_code);
|
/dports/www/libnghttp2/nghttp2-1.46.0/src/ |
H A D | h2load_http3_session.cc | 131 int stream_close(nghttp3_conn *conn, int64_t stream_id, uint64_t app_error_code, in stream_close() argument 134 if (s->stream_close(stream_id, app_error_code) != 0) { in stream_close() 141 int Http3Session::stream_close(int64_t stream_id, uint64_t app_error_code) { in stream_close() argument 146 client_->on_stream_close(stream_id, app_error_code == NGHTTP3_H3_NO_ERROR); in stream_close() 217 uint64_t app_error_code, void *user_data, in send_stop_sending() argument 220 if (s->send_stop_sending(stream_id, app_error_code) != 0) { in send_stop_sending() 228 uint64_t app_error_code) { in send_stop_sending() argument 230 app_error_code); in send_stop_sending() 239 int Http3Session::close_stream(int64_t stream_id, uint64_t app_error_code) { in close_stream() argument 240 auto rv = nghttp3_conn_close_stream(conn_, stream_id, app_error_code); in close_stream()
|
H A D | shrpx_http3_upstream.h | 131 int shutdown_stream(Downstream *downstream, uint64_t app_error_code); 132 int shutdown_stream_read(int64_t stream_id, uint64_t app_error_code); 134 int http_stream_close(Downstream *downstream, uint64_t app_error_code); 137 int stream_close(int64_t stream_id, uint64_t app_error_code); 142 int http_reset_stream(int64_t stream_id, uint64_t app_error_code); 143 int http_send_stop_sending(int64_t stream_id, uint64_t app_error_code);
|
H A D | h2load_quic.cc | 117 uint64_t app_error_code, void *user_data, in stream_close() argument 122 app_error_code = NGHTTP3_H3_NO_ERROR; in stream_close() 125 if (c->quic_stream_close(stream_id, app_error_code) != 0) { in stream_close() 132 int Client::quic_stream_close(int64_t stream_id, uint64_t app_error_code) { in quic_stream_close() argument 134 if (s->close_stream(stream_id, app_error_code) != 0) { in quic_stream_close() 142 uint64_t app_error_code, void *user_data, in stream_reset() argument 145 if (c->quic_stream_reset(stream_id, app_error_code) != 0) { in stream_reset() 152 int Client::quic_stream_reset(int64_t stream_id, uint64_t app_error_code) { in quic_stream_reset() argument 162 uint64_t app_error_code, void *user_data, in stream_stop_sending() argument 165 if (c->quic_stream_stop_sending(stream_id, app_error_code) != 0) { in stream_stop_sending() [all …]
|
H A D | h2load_http3_session.h | 48 int stream_close(int64_t stream_id, uint64_t app_error_code); 54 int send_stop_sending(int64_t stream_id, uint64_t app_error_code); 56 int close_stream(int64_t stream_id, uint64_t app_error_code);
|
H A D | shrpx_http3_upstream.cc | 314 uint64_t app_error_code, void *user_data, in stream_close() argument 319 app_error_code = NGHTTP3_H3_NO_ERROR; in stream_close() 322 if (upstream->stream_close(stream_id, app_error_code) != 0) { in stream_close() 429 uint64_t app_error_code, void *user_data, in stream_reset() argument 458 uint64_t app_error_code, void *user_data, in stream_stop_sending() argument 2309 uint64_t app_error_code) { in http_stream_close() argument 2315 << app_error_code; in http_stream_close() 2383 uint64_t app_error_code, void *user_data, in http_reset_stream() argument 2396 uint64_t app_error_code) { in http_reset_stream() argument 2543 uint64_t app_error_code) { in shutdown_stream() argument [all …]
|
H A D | h2load.h | 472 int quic_stream_close(int64_t stream_id, uint64_t app_error_code); 473 int quic_stream_reset(int64_t stream_id, uint64_t app_error_code); 474 int quic_stream_stop_sending(int64_t stream_id, uint64_t app_error_code);
|
/dports/www/nghttp2/nghttp2-1.46.0/src/ |
H A D | h2load_http3_session.cc | 131 int stream_close(nghttp3_conn *conn, int64_t stream_id, uint64_t app_error_code, in stream_close() argument 134 if (s->stream_close(stream_id, app_error_code) != 0) { in stream_close() 141 int Http3Session::stream_close(int64_t stream_id, uint64_t app_error_code) { in stream_close() argument 146 client_->on_stream_close(stream_id, app_error_code == NGHTTP3_H3_NO_ERROR); in stream_close() 217 uint64_t app_error_code, void *user_data, in send_stop_sending() argument 220 if (s->send_stop_sending(stream_id, app_error_code) != 0) { in send_stop_sending() 228 uint64_t app_error_code) { in send_stop_sending() argument 230 app_error_code); in send_stop_sending() 239 int Http3Session::close_stream(int64_t stream_id, uint64_t app_error_code) { in close_stream() argument 240 auto rv = nghttp3_conn_close_stream(conn_, stream_id, app_error_code); in close_stream()
|
H A D | shrpx_http3_upstream.h | 131 int shutdown_stream(Downstream *downstream, uint64_t app_error_code); 132 int shutdown_stream_read(int64_t stream_id, uint64_t app_error_code); 134 int http_stream_close(Downstream *downstream, uint64_t app_error_code); 137 int stream_close(int64_t stream_id, uint64_t app_error_code); 142 int http_reset_stream(int64_t stream_id, uint64_t app_error_code); 143 int http_send_stop_sending(int64_t stream_id, uint64_t app_error_code);
|
H A D | h2load_quic.cc | 117 uint64_t app_error_code, void *user_data, in stream_close() argument 122 app_error_code = NGHTTP3_H3_NO_ERROR; in stream_close() 125 if (c->quic_stream_close(stream_id, app_error_code) != 0) { in stream_close() 132 int Client::quic_stream_close(int64_t stream_id, uint64_t app_error_code) { in quic_stream_close() argument 134 if (s->close_stream(stream_id, app_error_code) != 0) { in quic_stream_close() 142 uint64_t app_error_code, void *user_data, in stream_reset() argument 145 if (c->quic_stream_reset(stream_id, app_error_code) != 0) { in stream_reset() 152 int Client::quic_stream_reset(int64_t stream_id, uint64_t app_error_code) { in quic_stream_reset() argument 162 uint64_t app_error_code, void *user_data, in stream_stop_sending() argument 165 if (c->quic_stream_stop_sending(stream_id, app_error_code) != 0) { in stream_stop_sending() [all …]
|
H A D | h2load_http3_session.h | 48 int stream_close(int64_t stream_id, uint64_t app_error_code); 54 int send_stop_sending(int64_t stream_id, uint64_t app_error_code); 56 int close_stream(int64_t stream_id, uint64_t app_error_code);
|
H A D | shrpx_http3_upstream.cc | 314 uint64_t app_error_code, void *user_data, in stream_close() argument 319 app_error_code = NGHTTP3_H3_NO_ERROR; in stream_close() 322 if (upstream->stream_close(stream_id, app_error_code) != 0) { in stream_close() 429 uint64_t app_error_code, void *user_data, in stream_reset() argument 458 uint64_t app_error_code, void *user_data, in stream_stop_sending() argument 2309 uint64_t app_error_code) { in http_stream_close() argument 2315 << app_error_code; in http_stream_close() 2383 uint64_t app_error_code, void *user_data, in http_reset_stream() argument 2396 uint64_t app_error_code) { in http_reset_stream() argument 2543 uint64_t app_error_code) { in shutdown_stream() argument [all …]
|
/dports/net/libngtcp2/ngtcp2-224bd62/examples/ |
H A D | server.h | 136 int on_stream_close(int64_t stream_id, uint64_t app_error_code); 162 void shutdown_read(int64_t stream_id, int app_error_code); 164 void http_stream_close(int64_t stream_id, uint64_t app_error_code); 165 int http_stop_sending(int64_t stream_id, uint64_t app_error_code); 166 int http_reset_stream(int64_t stream_id, uint64_t app_error_code);
|
H A D | client.h | 96 int on_stream_close(int64_t stream_id, uint64_t app_error_code); 128 int stop_sending(int64_t stream_id, uint64_t app_error_code); 129 int http_stream_close(int64_t stream_id, uint64_t app_error_code);
|
H A D | server.cc | 823 uint64_t app_error_code, void *user_data, in stream_close() argument 828 app_error_code = NGHTTP3_H3_NO_ERROR; in stream_close() 831 if (h->on_stream_close(stream_id, app_error_code) != 0) { in stream_close() 840 uint64_t app_error_code, void *user_data, in stream_reset() argument 1131 h->http_stream_close(stream_id, app_error_code); in http_stream_close() 1144 << app_error_code << std::endl; in http_stream_close() 1157 uint64_t app_error_code, void *user_data, in http_stop_sending() argument 1160 if (h->http_stop_sending(stream_id, app_error_code) != 0) { in http_stop_sending() 1186 if (h->http_reset_stream(stream_id, app_error_code) != 0) { in http_reset_stream() 1962 if (app_error_code == 0) { in on_stream_close() [all …]
|
H A D | client.cc | 418 uint64_t app_error_code, void *user_data, in stream_close() argument 423 app_error_code = NGHTTP3_H3_NO_ERROR; in stream_close() 426 if (c->on_stream_close(stream_id, app_error_code) != 0) { in stream_close() 436 uint64_t app_error_code, void *user_data, in stream_reset() argument 450 uint64_t app_error_code, void *user_data, in stream_stop_sending() argument 1520 if (app_error_code == 0) { in on_stream_close() 1521 app_error_code = NGHTTP3_H3_NO_ERROR; in on_stream_close() 1865 uint64_t app_error_code, void *user_data, in http_stop_sending() argument 1868 if (c->stop_sending(stream_id, app_error_code) != 0) { in http_stop_sending() 1894 if (c->http_stream_close(stream_id, app_error_code) != 0) { in http_stream_close() [all …]
|
/dports/www/h2o-devel/h2o-dcc7134/deps/quicly/include/quicly/ |
H A D | frame.h | 112 …encode_reset_stream_frame(uint8_t *dst, uint64_t stream_id, uint16_t app_error_code, uint64_t fina… 116 uint16_t app_error_code; member 228 …nt8_t *quicly_encode_stop_sending_frame(uint8_t *dst, uint64_t stream_id, uint16_t app_error_code); 232 uint16_t app_error_code; member 451 …encode_reset_stream_frame(uint8_t *dst, uint64_t stream_id, uint16_t app_error_code, uint64_t fina… in quicly_encode_reset_stream_frame() argument 455 dst = quicly_encodev(dst, app_error_code); in quicly_encode_reset_stream_frame() 468 frame->app_error_code = (uint16_t)error_code; in quicly_decode_reset_stream_frame() 710 …int8_t *quicly_encode_stop_sending_frame(uint8_t *dst, uint64_t stream_id, uint16_t app_error_code) in quicly_encode_stop_sending_frame() argument 714 dst = quicly_encodev(dst, app_error_code); in quicly_encode_stop_sending_frame() 726 frame->app_error_code = (uint16_t)error_code; in quicly_decode_stop_sending_frame()
|
/dports/net/libngtcp2/ngtcp2-224bd62/lib/ |
H A D | ngtcp2_strm.h | 143 uint64_t app_error_code; member 284 void ngtcp2_strm_set_app_error_code(ngtcp2_strm *strm, uint64_t app_error_code);
|
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http3/ |
H A D | Http3Types.h | 111 Http3ErrorCode app_error_code; member 118 : cls(Http3ErrorClass::APPLICATION), app_error_code(error_code), msg(error_msg){}; in cls()
|
/dports/net/haproxy/haproxy-2.4.10/include/haproxy/ |
H A D | quic_frame-t.h | 121 uint64_t app_error_code; member 127 uint64_t app_error_code; member
|