Home
last modified time | relevance | path

Searched refs:BlockedLink (Results 1 – 4 of 4) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_downstream_queue.h46 struct BlockedLink { struct
48 BlockedLink *dlnext, *dlprev; argument
65 DList<BlockedLink> blocked;
Dshrpx_downstream.h55 struct BlockedLink;
480 void attach_blocked_link(BlockedLink *l);
481 BlockedLink *detach_blocked_link();
561 BlockedLink *blocked_link_;
Dshrpx_downstream_queue.cc98 auto link = new BlockedLink{}; in mark_blocked()
Dshrpx_downstream.cc1092 void Downstream::attach_blocked_link(BlockedLink *l) { in attach_blocked_link()
1099 BlockedLink *Downstream::detach_blocked_link() { in detach_blocked_link()