Home
last modified time | relevance | path

Searched refs:DownstreamAddrEntry (Results 1 – 3 of 3) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_worker.h153 struct DownstreamAddrEntry { struct
160 bool operator()(const DownstreamAddrEntry &lhs, in operator() argument
161 const DownstreamAddrEntry &rhs) const { in operator()
171 std::priority_queue<DownstreamAddrEntry, std::vector<DownstreamAddrEntry>,
Dshrpx_client_handler.cc826 std::priority_queue<DownstreamAddrEntry, std::vector<DownstreamAddrEntry>, in reschedule_addr() argument
833 pq.push(DownstreamAddrEntry{addr, addr->seq, addr->cycle}); in reschedule_addr()
Dshrpx_worker.cc224 wg->pq.push(DownstreamAddrEntry{addr, addr->seq, addr->cycle}); in ensure_enqueue_addr()
388 wg->pq.push(DownstreamAddrEntry{&addr, addr.seq, addr.cycle}); in replace_downstream_config()