Home
last modified time | relevance | path

Searched refs:OnStreamAlloc (Results 1 - 10 of 10) sorted by relevance

/third_party/node/src/
H A Dstream_pipe.h53 uv_buf_t OnStreamAlloc(size_t suggested_size) override;
60 uv_buf_t OnStreamAlloc(size_t suggested_size) override;
H A Dstream_base.h133 virtual uv_buf_t OnStreamAlloc(size_t suggested_size) = 0;
136 // been read into the buffer provided by `OnStreamAlloc()`.
199 uv_buf_t OnStreamAlloc(size_t suggested_size) override;
208 uv_buf_t OnStreamAlloc(size_t suggested_size) override;
282 // Call the current listener's OnStreamAlloc() method.
H A Dstream_pipe.cc108 uv_buf_t StreamPipe::ReadableListener::OnStreamAlloc(size_t suggested_size) { in OnStreamAlloc() function in node::StreamPipe::ReadableListener
232 uv_buf_t StreamPipe::WritableListener::OnStreamAlloc(size_t suggested_size) { in OnStreamAlloc() function in node::StreamPipe::WritableListener
234 return previous_listener_->OnStreamAlloc(suggested_size); in OnStreamAlloc()
H A Dstream_base-inl.h72 return listener_->OnStreamAlloc(suggested_size); in EmitAlloc()
H A Dstream_base.cc643 uv_buf_t EmitToJSStreamListener::OnStreamAlloc(size_t suggested_size) { in OnStreamAlloc() function in node::EmitToJSStreamListener
671 uv_buf_t CustomBufferJSListener::OnStreamAlloc(size_t suggested_size) { in OnStreamAlloc() function in node::CustomBufferJSListener
H A Dnode_http2.h255 uv_buf_t OnStreamAlloc(size_t suggested_size) override;
692 uv_buf_t OnStreamAlloc(size_t suggested_size) override;
H A Dnode_http2.cc1288 uv_buf_t Http2StreamListener::OnStreamAlloc(size_t size) { in OnStreamAlloc() function in node::http2::Http2StreamListener
1893 uv_buf_t Http2Session::OnStreamAlloc(size_t suggested_size) { in OnStreamAlloc() function in node::http2::Http2Session
2001 uv_buf_t buf = session->OnStreamAlloc(len); in Receive()
H A Dnode_http_parser.cc757 uv_buf_t OnStreamAlloc(size_t suggested_size) override {
759 // OnStreamAlloc, and will consume all data, so using a static buffer for
/third_party/node/src/crypto/
H A Dcrypto_tls.h151 // enc_in_ via the stream listener's OnStreamAlloc()/OnStreamRead() interface.
167 uv_buf_t OnStreamAlloc(size_t size) override;
H A Dcrypto_tls.cc518 uv_buf_t buf = wrap->OnStreamAlloc(len); in Receive()
1086 uv_buf_t TLSWrap::OnStreamAlloc(size_t suggested_size) { in OnStreamAlloc() function in node::crypto::TLSWrap

Completed in 17 milliseconds