Home
last modified time | relevance | path

Searched defs:OnStreamAlloc (Results 1 – 5 of 5) sorted by relevance

/third_party/node/src/
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
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
Dnode_http_parser.cc757 uv_buf_t OnStreamAlloc(size_t suggested_size) override { in OnStreamAlloc() function in node::__anond50947330111::Parser
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
/third_party/node/src/crypto/
Dcrypto_tls.cc1086 uv_buf_t TLSWrap::OnStreamAlloc(size_t suggested_size) { in OnStreamAlloc() function in node::crypto::TLSWrap