Home
last modified time | relevance | path

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

/third_party/node/src/
H A Djs_stream.h21 bool IsClosing() override;
H A Dstream_wrap.h45 bool IsClosing() override;
H A Djs_stream.cc44 bool JSStream::IsClosing() { in IsClosing() function in node::JSStream
H A Dheap_utils.cc326 bool IsClosing() override { return snapshot_ == nullptr; }
H A Dnode_file.h322 bool IsClosing() override { return closing_; }
H A Dstream_base.h320 virtual bool IsClosing() = 0;
H A Dstream_wrap.cc188 bool LibuvStreamWrap::IsClosing() { in IsClosing() function in node::LibuvStreamWrap
H A Dnode_http2.h428 bool IsClosing() override {
H A Dnode_file.cc528 if (!IsAlive() || IsClosing()) in ReadStart()
/third_party/node/src/quic/
H A Dlogstream.h51 bool IsClosing() override;
H A Dlogstream.cc130 bool LogStream::IsClosing() { in IsClosing() function in node::quic::LogStream
/third_party/node/src/crypto/
H A Dcrypto_tls.h73 bool IsClosing() override;
H A 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()

Completed in 16 milliseconds