Home
last modified time | relevance | path

Searched refs:ReadStop (Results 1 – 15 of 15) sorted by relevance

/third_party/node/src/
Dstream_pipe.cc66 source()->ReadStop(); in Unpipe()
135 stream()->ReadStop(); in OnStreamRead()
161 source()->ReadStop(); in ProcessData()
Djs_stream.h23 int ReadStop() override;
Dstream_wrap.h49 int ReadStop() override;
Dtls_wrap.h72 int ReadStop() override; // Exposed to JS
Djs_stream.cc72 int JSStream::ReadStop() { in ReadStop() function in node::JSStream
Dstream_base.h231 virtual int ReadStop() = 0;
Dstream_wrap.cc199 int LibuvStreamWrap::ReadStop() { in ReadStop() function in node::LibuvStreamWrap
Dnode_file.h256 int ReadStop() override;
Dheap_utils.cc277 int ReadStop() override { in ReadStop() function in node::heap::__anonb955d5af0111::HeapSnapshotStream
Dtls_wrap.cc681 int TLSWrap::ReadStop() { in ReadStop() function in node::TLSWrap
684 return stream_->ReadStop(); in ReadStop()
Dstream_base.cc57 return ReadStop(); in ReadStopJS()
Dnode_http2.cc623 stream_->ReadStop(); in Close()
1536 stream_->ReadStop(); in MaybeStopReading()
2237 int Http2Stream::ReadStop() { in ReadStop() function in node::http2::Http2Stream
Dnode_http2.h290 int ReadStop() override;
Dnode_file.cc537 int FileHandle::ReadStop() { in ReadStop() function in node::fs::FileHandle
/third_party/node/doc/changelogs/
DCHANGELOG_V10.md3001 …s://github.com/nodejs/node/commit/a8a7575410)] - **src**: remove extra `ReadStop()` call (Anna Hen…
3569 …dejs/node/commit/7153bec955)] - **(SEMVER-MINOR)** **src**: always call ReadStop() before Close() …