Home
last modified time | relevance | path

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

/third_party/node/src/
Dstream_pipe.cc115 void StreamPipe::ReadableListener::OnStreamRead(ssize_t nread, in OnStreamRead() function in node::StreamPipe::ReadableListener
237 void StreamPipe::WritableListener::OnStreamRead(ssize_t nread, in OnStreamRead() function in node::StreamPipe::WritableListener
Dstream_base.cc649 void EmitToJSStreamListener::OnStreamRead(ssize_t nread, const uv_buf_t& buf_) { in OnStreamRead() function in node::EmitToJSStreamListener
676 void CustomBufferJSListener::OnStreamRead(ssize_t nread, const uv_buf_t& buf) { in OnStreamRead() function in node::CustomBufferJSListener
Dnode_http_parser.cc772 void OnStreamRead(ssize_t nread, const uv_buf_t& buf) override { in OnStreamRead() function in node::__anond50947330111::Parser
Dnode_http2.cc1294 void Http2StreamListener::OnStreamRead(ssize_t nread, const uv_buf_t& buf) { in OnStreamRead() function in node::http2::Http2StreamListener
1898 void Http2Session::OnStreamRead(ssize_t nread, const uv_buf_t& buf_) { in OnStreamRead() function in node::http2::Http2Session
/third_party/node/src/crypto/
Dcrypto_tls.cc1094 void TLSWrap::OnStreamRead(ssize_t nread, const uv_buf_t& buf) { in OnStreamRead() function in node::crypto::TLSWrap