Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
H A Dshrpx_worker.h153 struct DownstreamAddrEntry { struct
160 bool operator()(const DownstreamAddrEntry &lhs, in operator ()()
161 const DownstreamAddrEntry &rhs) const { in operator ()()
171 std::priority_queue<DownstreamAddrEntry, std::vector<DownstreamAddrEntry>,
H A Dshrpx_client_handler.cc826 std::priority_queue<DownstreamAddrEntry, std::vector<DownstreamAddrEntry>, in reschedule_addr()
833 pq.push(DownstreamAddrEntry{addr, addr->seq, addr->cycle}); in reschedule_addr()
H A 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()

Completed in 5 milliseconds