Home
last modified time | relevance | path

Searched refs:pending_rst_streams_ (Results 1 - 2 of 2) sorted by relevance

/third_party/node/src/
H A Dnode_http2.h681 pending_rst_streams_.emplace_back(stream_id); in AddPendingRstStream()
685 return pending_rst_streams_.end() != in has_pending_rststream()
686 std::find(pending_rst_streams_.begin(), in has_pending_rststream()
687 pending_rst_streams_.end(), in has_pending_rststream()
921 std::vector<int32_t> pending_rst_streams_; member in node::http2::Http2Session
H A Dnode_http2.cc551 pending_rst_streams_.size() * sizeof(int32_t)); in MemoryInfo()
1691 if (!pending_rst_streams_.empty()) { in ClearOutgoing()
1693 pending_rst_streams_.swap(current_pending_rst_streams); in ClearOutgoing()

Completed in 8 milliseconds