Home
last modified time | relevance | path

Searched refs:end_upload_data (Results 1 – 16 of 16) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_health_monitor_downstream_connection.h43 virtual int end_upload_data();
Dshrpx_null_downstream_connection.h44 virtual int end_upload_data();
Dshrpx_null_downstream_connection.cc62 int NullDownstreamConnection::end_upload_data() { return 0; } in end_upload_data() function in shrpx::NullDownstreamConnection
Dshrpx_downstream_connection.h51 virtual int end_upload_data() = 0;
Dshrpx_http2_downstream_connection.h51 virtual int end_upload_data();
Dshrpx_api_downstream_connection.h75 virtual int end_upload_data();
Dshrpx_health_monitor_downstream_connection.cc71 int HealthMonitorDownstreamConnection::end_upload_data() { in end_upload_data() function in shrpx::HealthMonitorDownstreamConnection
Dshrpx_http_downstream_connection.h55 virtual int end_upload_data();
Dshrpx_downstream.h391 int end_upload_data();
Dshrpx_api_downstream_connection.cc336 int APIDownstreamConnection::end_upload_data() { in end_upload_data() function in shrpx::APIDownstreamConnection
Dshrpx_downstream.cc687 int Downstream::end_upload_data() { in end_upload_data() function in shrpx::Downstream
696 return dconn_->end_upload_data(); in end_upload_data()
Dshrpx_http2_downstream_connection.cc531 int Http2DownstreamConnection::end_upload_data() { in end_upload_data() function in shrpx::Http2DownstreamConnection
Dshrpx_http2_upstream.cc536 rv = downstream->end_upload_data(); in initiate_downstream()
565 if (downstream->end_upload_data() != 0) { in on_frame_recv_callback()
594 if (downstream->end_upload_data() != 0) { in on_frame_recv_callback()
Dshrpx_http3_upstream.cc2399 rv = downstream->end_upload_data(); in initiate_downstream()
2458 if (downstream->end_upload_data() != 0) { in http_end_stream()
Dshrpx_https_upstream.cc583 rv = downstream->end_upload_data(); in htp_msg_completecb()
Dshrpx_http_downstream_connection.cc790 int HttpDownstreamConnection::end_upload_data() { in end_upload_data() function in shrpx::HttpDownstreamConnection