Home
last modified time | relevance | path

Searched refs:NullDownstreamConnection (Results 1 - 3 of 3) sorted by relevance

/third_party/nghttp2/src/
H A Dshrpx_null_downstream_connection.cc32 NullDownstreamConnection::NullDownstreamConnection( in NullDownstreamConnection() function in shrpx::NullDownstreamConnection
36 NullDownstreamConnection::~NullDownstreamConnection() {} in ~NullDownstreamConnection()
38 int NullDownstreamConnection::attach_downstream(Downstream *downstream) { in attach_downstream()
48 void NullDownstreamConnection::detach_downstream(Downstream *downstream) { in detach_downstream()
55 int NullDownstreamConnection::push_request_headers() { return 0; } in push_request_headers()
57 int NullDownstreamConnection::push_upload_data_chunk(const uint8_t *data, in push_upload_data_chunk()
62 int NullDownstreamConnection::end_upload_data() { return 0; } in end_upload_data()
64 void NullDownstreamConnection
[all...]
H A Dshrpx_null_downstream_connection.h35 class NullDownstreamConnection : public DownstreamConnection { class
37 NullDownstreamConnection(const std::shared_ptr<DownstreamAddrGroup> &group);
38 virtual ~NullDownstreamConnection();
H A Dshrpx_client_handler.cc1109 auto dconn = std::make_unique<NullDownstreamConnection>(group); in get_downstream_connection()

Completed in 3 milliseconds