Searched refs:DownstreamAddrGroup (Results 1 – 18 of 18) sorted by relevance
/third_party/nghttp2/src/ |
D | shrpx_worker.h | 226 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,
|
D | shrpx_http_downstream_connection.h | 40 struct DownstreamAddrGroup; 46 HttpDownstreamConnection(const std::shared_ptr<DownstreamAddrGroup> &group, 69 virtual const std::shared_ptr<DownstreamAddrGroup> & 102 std::shared_ptr<DownstreamAddrGroup> group_;
|
D | shrpx_http2_session.h | 52 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_;
|
D | shrpx_worker_test.cc | 42 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()
|
D | shrpx_client_handler.h | 54 struct DownstreamAddrGroup; 103 DownstreamAddr *get_downstream_addr(int &err, DownstreamAddrGroup *group, 154 get_http2_session(const std::shared_ptr<DownstreamAddrGroup> &group,
|
D | shrpx_downstream_connection.h | 39 struct DownstreamAddrGroup; 66 virtual const std::shared_ptr<DownstreamAddrGroup> &
|
D | shrpx_health_monitor_downstream_connection.cc | 105 const std::shared_ptr<DownstreamAddrGroup> & 107 static std::shared_ptr<DownstreamAddrGroup> s; in get_downstream_addr_group()
|
D | shrpx_worker.cc | 74 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()
|
D | shrpx_downstream.h | 56 struct DownstreamAddrGroup; 493 set_downstream_addr_group(const std::shared_ptr<DownstreamAddrGroup> &group); 564 std::shared_ptr<DownstreamAddrGroup> group_;
|
D | shrpx_health_monitor_downstream_connection.h | 57 virtual const std::shared_ptr<DownstreamAddrGroup> &
|
D | shrpx_http2_downstream_connection.h | 67 virtual const std::shared_ptr<DownstreamAddrGroup> &
|
D | shrpx_api_downstream_connection.h | 89 virtual const std::shared_ptr<DownstreamAddrGroup> &
|
D | shrpx_api_downstream_connection.cc | 470 const std::shared_ptr<DownstreamAddrGroup> & 472 static std::shared_ptr<DownstreamAddrGroup> s; in get_downstream_addr_group()
|
D | shrpx_client_handler.cc | 690 const std::shared_ptr<DownstreamAddrGroup> &group, DownstreamAddr *addr) { in get_http2_session() 789 DownstreamAddrGroup *group, in get_downstream_addr()
|
D | shrpx_http2_downstream_connection.cc | 614 const std::shared_ptr<DownstreamAddrGroup> &
|
D | shrpx_http_downstream_connection.cc | 203 const std::shared_ptr<DownstreamAddrGroup> &group, DownstreamAddr *addr, in HttpDownstreamConnection() 1536 const std::shared_ptr<DownstreamAddrGroup> &
|
D | shrpx_http2_session.cc | 183 const std::shared_ptr<DownstreamAddrGroup> &group, in Http2Session() 2311 const std::shared_ptr<DownstreamAddrGroup> &
|
D | shrpx_downstream.cc | 1132 const std::shared_ptr<DownstreamAddrGroup> &group) { in set_downstream_addr_group()
|