Home
last modified time | relevance | path

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

/third_party/node/src/
H A Dnode_http2.cc842 stream_buf_allocation_.reset(); in ConsumeHTTP2Data()
1309 std::move(session->stream_buf_allocation_)); in OnStreamRead()
1960 stream_buf_allocation_ = std::move(bs); in OnStreamRead()
H A Dnode_http2.h903 // When processing input data, either stream_buf_ab_ or stream_buf_allocation_
904 // will be set. stream_buf_ab_ is lazily created from stream_buf_allocation_.
906 std::unique_ptr<v8::BackingStore> stream_buf_allocation_; member in node::http2::Http2Session

Completed in 7 milliseconds