Home
last modified time | relevance | path

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

/third_party/node/src/quic/
H A Dlogstream.cc103 return ReadStop(); in ReadStart()
110 int LogStream::ReadStop() { in ReadStop() function in node::quic::LogStream
H A Dlogstream.h41 int ReadStop() override;
/third_party/node/src/
H A Djs_stream.h23 int ReadStop() override;
H A Dstream_pipe.cc57 source()->ReadStop(); in Unpipe()
126 stream()->ReadStop(); in OnStreamRead()
153 source()->ReadStop(); in ProcessData()
H A Dstream_wrap.h50 int ReadStop() override;
H A Djs_stream.cc73 int JSStream::ReadStop() { in ReadStop() function in node::JSStream
H A Dheap_utils.cc310 int ReadStop() override {
H A Dnode_file.h319 int ReadStop() override;
H A Dstream_base.h233 virtual int ReadStop() = 0;
H A Dstream_wrap.cc218 int LibuvStreamWrap::ReadStop() { in ReadStop() function in LibuvStreamWrap
H A Dstream_base.cc156 return ReadStop(); in ReadStopJS()
H A Dnode_http2.cc689 stream_->ReadStop(); in Close()
1661 stream_->ReadStop(); in MaybeStopReading()
2368 int Http2Stream::ReadStop() { in ReadStop() function in node::http2::Http2Stream
H A Dnode_http2.h291 int ReadStop() override;
H A Dnode_file.cc645 int FileHandle::ReadStop() { in ReadStop() function in node::fs::FileHandle
/third_party/node/src/crypto/
H A Dcrypto_tls.h83 int ReadStop() override; // Exposed to JS
H A Dcrypto_tls.cc938 int TLSWrap::ReadStop() { in ReadStop() function in node::crypto::TLSWrap
939 Debug(this, "ReadStop()"); in ReadStop()
940 return underlying_stream() != nullptr ? underlying_stream()->ReadStop() : 0; in ReadStop()
1106 // underlying stream already should have also called ReadStop on itself in OnStreamRead()

Completed in 21 milliseconds