/third_party/nghttp2/src/ |
D | shrpx_worker.h | 242 struct DownstreamAddrGroup { struct 243 DownstreamAddrGroup(); 244 ~DownstreamAddrGroup(); 246 DownstreamAddrGroup(const DownstreamAddrGroup &) = delete; 247 DownstreamAddrGroup(DownstreamAddrGroup &&) = delete; 248 DownstreamAddrGroup &operator=(const DownstreamAddrGroup &) = delete; argument 249 DownstreamAddrGroup &operator=(DownstreamAddrGroup &&) = delete; argument 363 std::vector<std::shared_ptr<DownstreamAddrGroup>> & 446 std::vector<std::shared_ptr<DownstreamAddrGroup>> downstream_addr_groups_; 463 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_null_downstream_connection.h | 37 NullDownstreamConnection(const std::shared_ptr<DownstreamAddrGroup> &group); 58 virtual const std::shared_ptr<DownstreamAddrGroup> & 63 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; 109 DownstreamAddr *get_downstream_addr(int &err, DownstreamAddrGroup *group, 168 get_http2_session(const std::shared_ptr<DownstreamAddrGroup> &group,
|
D | shrpx_null_downstream_connection.cc | 33 const std::shared_ptr<DownstreamAddrGroup> &group) in NullDownstreamConnection() 81 const std::shared_ptr<DownstreamAddrGroup> &
|
D | shrpx_downstream_connection.h | 39 struct DownstreamAddrGroup; 66 virtual const std::shared_ptr<DownstreamAddrGroup> &
|
D | shrpx_health_monitor_downstream_connection.cc | 106 const std::shared_ptr<DownstreamAddrGroup> & 108 static std::shared_ptr<DownstreamAddrGroup> s; in get_downstream_addr_group()
|
D | shrpx_worker.cc | 88 DownstreamAddrGroup::DownstreamAddrGroup() : retired{false} {} in DownstreamAddrGroup() function in shrpx::DownstreamAddrGroup 90 DownstreamAddrGroup::~DownstreamAddrGroup() {} in ~DownstreamAddrGroup() 261 std::vector<std::shared_ptr<DownstreamAddrGroup>>(groups.size()); in replace_downstream_config() 275 dst = std::make_shared<DownstreamAddrGroup>(); in replace_downstream_config() 644 std::vector<std::shared_ptr<DownstreamAddrGroup>> & 1170 const std::vector<std::shared_ptr<DownstreamAddrGroup>> &groups, in match_downstream_addr_group_host() 1249 const std::vector<std::shared_ptr<DownstreamAddrGroup>> &groups, in match_downstream_addr_group()
|
D | shrpx_downstream.h | 60 struct DownstreamAddrGroup; 501 set_downstream_addr_group(const std::shared_ptr<DownstreamAddrGroup> &group); 578 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_http2_downstream_connection.cc | 614 const std::shared_ptr<DownstreamAddrGroup> &
|
D | shrpx_client_handler.cc | 755 const std::shared_ptr<DownstreamAddrGroup> &group, DownstreamAddr *addr) { in get_http2_session() 853 DownstreamAddrGroup *group, in get_downstream_addr()
|
D | shrpx_http_downstream_connection.cc | 205 const std::shared_ptr<DownstreamAddrGroup> &group, DownstreamAddr *addr, in HttpDownstreamConnection() 1604 const std::shared_ptr<DownstreamAddrGroup> &
|
D | shrpx_http2_session.cc | 183 const std::shared_ptr<DownstreamAddrGroup> &group, in Http2Session() 2327 const std::shared_ptr<DownstreamAddrGroup> &
|
D | shrpx_downstream.cc | 1145 const std::shared_ptr<DownstreamAddrGroup> &group) { in set_downstream_addr_group()
|