Home
last modified time | relevance | path

Searched refs:DList (Results 1 - 6 of 6) sorted by relevance

/third_party/nghttp2/src/
H A Dtemplate.h86 template <typename T> struct DList { struct
87 DList() : head(nullptr), tail(nullptr), len(0) {} in DList() function
89 DList(const DList &) = delete;
90 DList &operator=(const DList &) = delete;
92 DList(DList &&other) noexcept
97 DList &operator=(DList
[all...]
H A Dshrpx_downstream_queue.h65 DList<BlockedLink> blocked;
106 DList<Downstream> downstreams_;
H A Dshrpx_http2_session.h262 DList<Http2DownstreamConnection> dconns_;
263 DList<StreamData> streams_;
H A Dshrpx_dns_tracker.h68 DList<DNSQuery> qlist;
H A Dshrpx_worker.h113 DList<Http2Session> http2_extra_freelist;
H A DHttpServer.cc427 DList<FileEntry> fd_cache_lru_;

Completed in 6 milliseconds