Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_worker.h242 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,
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_null_downstream_connection.h37 NullDownstreamConnection(const std::shared_ptr<DownstreamAddrGroup> &group);
58 virtual const std::shared_ptr<DownstreamAddrGroup> &
63 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;
109 DownstreamAddr *get_downstream_addr(int &err, DownstreamAddrGroup *group,
168 get_http2_session(const std::shared_ptr<DownstreamAddrGroup> &group,
Dshrpx_null_downstream_connection.cc33 const std::shared_ptr<DownstreamAddrGroup> &group) in NullDownstreamConnection()
81 const std::shared_ptr<DownstreamAddrGroup> &
Dshrpx_downstream_connection.h39 struct DownstreamAddrGroup;
66 virtual const std::shared_ptr<DownstreamAddrGroup> &
Dshrpx_health_monitor_downstream_connection.cc106 const std::shared_ptr<DownstreamAddrGroup> &
108 static std::shared_ptr<DownstreamAddrGroup> s; in get_downstream_addr_group()
Dshrpx_worker.cc88 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()
Dshrpx_downstream.h60 struct DownstreamAddrGroup;
501 set_downstream_addr_group(const std::shared_ptr<DownstreamAddrGroup> &group);
578 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_http2_downstream_connection.cc614 const std::shared_ptr<DownstreamAddrGroup> &
Dshrpx_client_handler.cc755 const std::shared_ptr<DownstreamAddrGroup> &group, DownstreamAddr *addr) { in get_http2_session()
853 DownstreamAddrGroup *group, in get_downstream_addr()
Dshrpx_http_downstream_connection.cc205 const std::shared_ptr<DownstreamAddrGroup> &group, DownstreamAddr *addr, in HttpDownstreamConnection()
1604 const std::shared_ptr<DownstreamAddrGroup> &
Dshrpx_http2_session.cc183 const std::shared_ptr<DownstreamAddrGroup> &group, in Http2Session()
2327 const std::shared_ptr<DownstreamAddrGroup> &
Dshrpx_downstream.cc1145 const std::shared_ptr<DownstreamAddrGroup> &group) { in set_downstream_addr_group()