Home
last modified time | relevance | path

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

/third_party/node/src/
H A Dnode_http2.cc521 outgoing_buffers_.reserve(32); in Http2Session()
547 tracker->TrackField("outgoing_buffers", outgoing_buffers_); in MemoryInfo()
1672 if (!outgoing_buffers_.empty()) { in ClearOutgoing()
1677 current_outgoing_buffers_.swap(outgoing_buffers_); in ClearOutgoing()
1707 outgoing_buffers_.emplace_back(std::move(write)); in PushOutgoingBuffer()
1719 // of the outgoing_buffers_ vector may invalidate the pointer. in CopyDataIntoOutgoing()
1750 CHECK(outgoing_buffers_.empty()); in SendPendingData()
1772 size_t count = outgoing_buffers_.size(); in SendPendingData()
1785 for (const NgHttp2StreamWrite& write : outgoing_buffers_) { in SendPendingData()
1968 for (const NgHttp2StreamWrite& wr : outgoing_buffers_) { in HasWritesOnSocketForStream()
[all...]
H A Dnode_http2.h918 std::vector<NgHttp2StreamWrite> outgoing_buffers_; member in node::http2::Http2Session

Completed in 7 milliseconds