Home
last modified time | relevance | path

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

/third_party/node/src/
H A Dnode_http2.cc520 outgoing_storage_.reserve(1024); in Http2Session()
549 tracker->TrackFieldWithSize("outgoing_storage", outgoing_storage_.size()); in MemoryInfo()
1673 outgoing_storage_.clear(); in ClearOutgoing()
1714 size_t offset = outgoing_storage_.size(); in CopyDataIntoOutgoing()
1715 outgoing_storage_.resize(offset + src_length); in CopyDataIntoOutgoing()
1716 memcpy(&outgoing_storage_[offset], src, src_length); in CopyDataIntoOutgoing()
1751 CHECK(outgoing_storage_.empty()); in SendPendingData()
1789 reinterpret_cast<char*>(outgoing_storage_.data() + offset), in SendPendingData()
H A Dnode_http2.h751 total += outgoing_storage_.size(); in current_session_memory()
919 std::vector<uint8_t> outgoing_storage_; member in node::http2::Http2Session

Completed in 8 milliseconds