Searched refs:end_upload_data (Results 1 – 16 of 16) sorted by relevance
43 virtual int end_upload_data();
44 virtual int end_upload_data();
62 int NullDownstreamConnection::end_upload_data() { return 0; } in end_upload_data() function in shrpx::NullDownstreamConnection
51 virtual int end_upload_data() = 0;
51 virtual int end_upload_data();
75 virtual int end_upload_data();
71 int HealthMonitorDownstreamConnection::end_upload_data() { in end_upload_data() function in shrpx::HealthMonitorDownstreamConnection
55 virtual int end_upload_data();
391 int end_upload_data();
336 int APIDownstreamConnection::end_upload_data() { in end_upload_data() function in shrpx::APIDownstreamConnection
687 int Downstream::end_upload_data() { in end_upload_data() function in shrpx::Downstream696 return dconn_->end_upload_data(); in end_upload_data()
531 int Http2DownstreamConnection::end_upload_data() { in end_upload_data() function in shrpx::Http2DownstreamConnection
536 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()
2399 rv = downstream->end_upload_data(); in initiate_downstream()2458 if (downstream->end_upload_data() != 0) { in http_end_stream()
583 rv = downstream->end_upload_data(); in htp_msg_completecb()
790 int HttpDownstreamConnection::end_upload_data() { in end_upload_data() function in shrpx::HttpDownstreamConnection