Home
last modified time | relevance | path

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

/dports/www/node10/node-v10.24.1/src/
H A Dstream_pipe.h49 uv_buf_t OnStreamAlloc(size_t suggested_size) override;
56 uv_buf_t OnStreamAlloc(size_t suggested_size) override;
H A Dstream_pipe.cc108 uv_buf_t StreamPipe::ReadableListener::OnStreamAlloc(size_t suggested_size) { in OnStreamAlloc() function in node::StreamPipe::ReadableListener
212 uv_buf_t StreamPipe::WritableListener::OnStreamAlloc(size_t suggested_size) { in OnStreamAlloc() function in node::StreamPipe::WritableListener
214 return previous_listener_->OnStreamAlloc(suggested_size); in OnStreamAlloc()
H A Dtls_wrap.h145 uv_buf_t OnStreamAlloc(size_t size) override;
H A Dstream_base.h118 virtual uv_buf_t OnStreamAlloc(size_t suggested_size);
H A Dnode_http_parser.cc551 uv_buf_t OnStreamAlloc(size_t suggested_size) override { in OnStreamAlloc() function in node::__anon91b3eabc0111::Parser
557 return StreamListener::OnStreamAlloc(suggested_size); in OnStreamAlloc()
H A Dtls_wrap.cc185 uv_buf_t buf = wrap->OnStreamAlloc(len); in Receive()
726 uv_buf_t TLSWrap::OnStreamAlloc(size_t suggested_size) { in OnStreamAlloc() function in node::TLSWrap
H A Dstream_base.cc354 uv_buf_t StreamListener::OnStreamAlloc(size_t suggested_size) { in OnStreamAlloc() function in node::StreamListener
H A Dstream_base-inl.h119 return listener_->OnStreamAlloc(suggested_size); in EmitAlloc()
H A Dnode_http2.h443 uv_buf_t OnStreamAlloc(size_t suggested_size) override;
H A Dnode_http2.cc1303 uv_buf_t Http2StreamListener::OnStreamAlloc(size_t size) { in OnStreamAlloc() function in node::http2::Http2StreamListener