Home
last modified time | relevance | path

Searched refs:IsClosing (Results 1 – 13 of 13) sorted by relevance

/third_party/node/src/
Djs_stream.h21 bool IsClosing() override;
Dstream_wrap.h45 bool IsClosing() override;
Djs_stream.cc44 bool JSStream::IsClosing() { in IsClosing() function in node::JSStream
Dstream_base.h320 virtual bool IsClosing() = 0;
Dstream_wrap.cc188 bool LibuvStreamWrap::IsClosing() { in IsClosing() function in node::LibuvStreamWrap
Dnode_file.h322 bool IsClosing() override { return closing_; } in IsClosing() function
Dheap_utils.cc326 bool IsClosing() override { return snapshot_ == nullptr; } in IsClosing() function in node::heap::__anon19bbe95d0111::HeapSnapshotStream
Dnode_http2.h428 bool IsClosing() override { in IsClosing() function
Dnode_file.cc528 if (!IsAlive() || IsClosing()) in ReadStart()
/third_party/node/src/quic/
Dlogstream.h51 bool IsClosing() override;
Dlogstream.cc130 bool LogStream::IsClosing() { in IsClosing() function in node::quic::LogStream
/third_party/node/src/crypto/
Dcrypto_tls.h73 bool IsClosing() override;
Dcrypto_tls.cc517 while (len > 0 && wrap->IsAlive() && !wrap->IsClosing()) { in Receive()
927 bool TLSWrap::IsClosing() { in IsClosing() function in node::crypto::TLSWrap
928 return underlying_stream()->IsClosing(); in IsClosing()