Home
last modified time | relevance | path

Searched refs:ReadStart (Results 1 - 16 of 16) sorted by relevance

/third_party/node/src/
H A Djs_stream.h22 int ReadStart() override;
H A Dstream_wrap.h49 int ReadStart() override;
H A Djs_stream.cc58 int JSStream::ReadStart() { in ReadStart() function in node::JSStream
H A Dheap_utils.cc304 int ReadStart() override {
H A Dnode_file.h318 int ReadStart() override;
H A Dstream_base.h230 virtual int ReadStart() = 0;
H A Dstream_wrap.cc202 int LibuvStreamWrap::ReadStart() { in ReadStart() function in node::LibuvStreamWrap
H A Dstream_pipe.cc229 pipe->source()->ReadStart(); in OnStreamWantsWrite()
H A Dnode_http2.cc714 stream_->ReadStart(); in Close()
1595 stream_->ReadStart(); in OnStreamAfterWrite()
1604 stream_->ReadStart(); in OnStreamAfterWrite()
1922 // This is a very unlikely case, and should only happen if the ReadStart() in OnStreamRead()
2349 int Http2Stream::ReadStart() { in ReadStart() function in node::http2::Http2Stream
H A Dstream_base.cc151 return ReadStart(); in ReadStartJS()
H A Dnode_http2.h288 int ReadStart() override;
494 // socket was in paused mode. When `ReadStart()` is called (and not before
H A Dnode_file.cc527 int FileHandle::ReadStart() { in ReadStart() function in node::fs::FileHandle
595 // ReadStart() checks whether current_read_ is set to determine whether in ReadStart()
597 // the ReadStart() call below doesn't think we're still actively reading. in ReadStart()
639 handle->ReadStart(); in ReadStart()
/third_party/node/src/quic/
H A Dlogstream.h39 int ReadStart() override;
H A Dlogstream.cc69 // the chunks out the next time ReadStart() is called. in Emit()
94 int LogStream::ReadStart() { in ReadStart() function in node::quic::LogStream
/third_party/node/src/crypto/
H A Dcrypto_tls.h82 int ReadStart() override; // Exposed to JS
H A Dcrypto_tls.cc931 int TLSWrap::ReadStart() { in ReadStart() function in node::crypto::TLSWrap
932 Debug(this, "ReadStart()"); in ReadStart()
934 return underlying_stream()->ReadStart(); in ReadStart()

Completed in 21 milliseconds