Home
last modified time | relevance | path

Searched refs:DownstreamAddrGroup (Results 1 – 18 of 18) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_worker.h226 struct DownstreamAddrGroup { struct
227 DownstreamAddrGroup();
228 ~DownstreamAddrGroup();
230 DownstreamAddrGroup(const DownstreamAddrGroup &) = delete;
231 DownstreamAddrGroup(DownstreamAddrGroup &&) = delete;
232 DownstreamAddrGroup &operator=(const DownstreamAddrGroup &) = delete; argument
233 DownstreamAddrGroup &operator=(DownstreamAddrGroup &&) = delete; argument
308 std::vector<std::shared_ptr<DownstreamAddrGroup>> &
354 std::vector<std::shared_ptr<DownstreamAddrGroup>> downstream_addr_groups_;
371 const std::vector<std::shared_ptr<DownstreamAddrGroup>> &groups,
Dshrpx_http_downstream_connection.h40 struct DownstreamAddrGroup;
46 HttpDownstreamConnection(const std::shared_ptr<DownstreamAddrGroup> &group,
69 virtual const std::shared_ptr<DownstreamAddrGroup> &
102 std::shared_ptr<DownstreamAddrGroup> group_;
Dshrpx_http2_session.h52 struct DownstreamAddrGroup;
103 const std::shared_ptr<DownstreamAddrGroup> &group,
196 const std::shared_ptr<DownstreamAddrGroup> &get_downstream_addr_group() const;
272 std::shared_ptr<DownstreamAddrGroup> group_;
Dshrpx_worker_test.cc42 auto groups = std::vector<std::shared_ptr<DownstreamAddrGroup>>(); in test_shrpx_worker_match_downstream_addr_group()
48 auto g = std::make_shared<DownstreamAddrGroup>(); in test_shrpx_worker_match_downstream_addr_group()
192 auto g1 = std::make_shared<DownstreamAddrGroup>(); in test_shrpx_worker_match_downstream_addr_group()
196 auto g2 = std::make_shared<DownstreamAddrGroup>(); in test_shrpx_worker_match_downstream_addr_group()
200 auto g3 = std::make_shared<DownstreamAddrGroup>(); in test_shrpx_worker_match_downstream_addr_group()
Dshrpx_client_handler.h54 struct DownstreamAddrGroup;
103 DownstreamAddr *get_downstream_addr(int &err, DownstreamAddrGroup *group,
154 get_http2_session(const std::shared_ptr<DownstreamAddrGroup> &group,
Dshrpx_downstream_connection.h39 struct DownstreamAddrGroup;
66 virtual const std::shared_ptr<DownstreamAddrGroup> &
Dshrpx_health_monitor_downstream_connection.cc105 const std::shared_ptr<DownstreamAddrGroup> &
107 static std::shared_ptr<DownstreamAddrGroup> s; in get_downstream_addr_group()
Dshrpx_worker.cc74 DownstreamAddrGroup::DownstreamAddrGroup() : retired{false} {} in DownstreamAddrGroup() function in shrpx::DownstreamAddrGroup
76 DownstreamAddrGroup::~DownstreamAddrGroup() {} in ~DownstreamAddrGroup()
222 std::vector<std::shared_ptr<DownstreamAddrGroup>>(groups.size()); in replace_downstream_config()
236 dst = std::make_shared<DownstreamAddrGroup>(); in replace_downstream_config()
560 std::vector<std::shared_ptr<DownstreamAddrGroup>> &
583 const std::vector<std::shared_ptr<DownstreamAddrGroup>> &groups, in match_downstream_addr_group_host()
662 const std::vector<std::shared_ptr<DownstreamAddrGroup>> &groups, in match_downstream_addr_group()
Dshrpx_downstream.h56 struct DownstreamAddrGroup;
493 set_downstream_addr_group(const std::shared_ptr<DownstreamAddrGroup> &group);
564 std::shared_ptr<DownstreamAddrGroup> group_;
Dshrpx_health_monitor_downstream_connection.h57 virtual const std::shared_ptr<DownstreamAddrGroup> &
Dshrpx_http2_downstream_connection.h67 virtual const std::shared_ptr<DownstreamAddrGroup> &
Dshrpx_api_downstream_connection.h89 virtual const std::shared_ptr<DownstreamAddrGroup> &
Dshrpx_api_downstream_connection.cc470 const std::shared_ptr<DownstreamAddrGroup> &
472 static std::shared_ptr<DownstreamAddrGroup> s; in get_downstream_addr_group()
Dshrpx_client_handler.cc690 const std::shared_ptr<DownstreamAddrGroup> &group, DownstreamAddr *addr) { in get_http2_session()
789 DownstreamAddrGroup *group, in get_downstream_addr()
Dshrpx_http2_downstream_connection.cc614 const std::shared_ptr<DownstreamAddrGroup> &
Dshrpx_http_downstream_connection.cc203 const std::shared_ptr<DownstreamAddrGroup> &group, DownstreamAddr *addr, in HttpDownstreamConnection()
1536 const std::shared_ptr<DownstreamAddrGroup> &
Dshrpx_http2_session.cc183 const std::shared_ptr<DownstreamAddrGroup> &group, in Http2Session()
2311 const std::shared_ptr<DownstreamAddrGroup> &
Dshrpx_downstream.cc1132 const std::shared_ptr<DownstreamAddrGroup> &group) { in set_downstream_addr_group()