Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_http2.cc510 outgoing_storage_.reserve(1024); in Http2Session()
533 tracker->TrackFieldWithSize("outgoing_storage", outgoing_storage_.size()); in MemoryInfo()
1548 outgoing_storage_.clear(); in ClearOutgoing()
1589 size_t offset = outgoing_storage_.size(); in CopyDataIntoOutgoing()
1590 outgoing_storage_.resize(offset + src_length); in CopyDataIntoOutgoing()
1591 memcpy(&outgoing_storage_[offset], src, src_length); in CopyDataIntoOutgoing()
1626 CHECK(outgoing_storage_.empty()); in SendPendingData()
1664 reinterpret_cast<char*>(outgoing_storage_.data() + offset), in SendPendingData()
Dnode_http2.h748 total += outgoing_storage_.size(); in current_session_memory()
912 std::vector<uint8_t> outgoing_storage_; variable