Searched refs:IsClosing (Results 1 – 13 of 13) sorted by relevance
21 bool IsClosing() override;
45 bool IsClosing() override;
44 bool JSStream::IsClosing() { in IsClosing() function in node::JSStream
320 virtual bool IsClosing() = 0;
188 bool LibuvStreamWrap::IsClosing() { in IsClosing() function in node::LibuvStreamWrap
322 bool IsClosing() override { return closing_; } in IsClosing() function
326 bool IsClosing() override { return snapshot_ == nullptr; } in IsClosing() function in node::heap::__anon19bbe95d0111::HeapSnapshotStream
428 bool IsClosing() override { in IsClosing() function
528 if (!IsAlive() || IsClosing()) in ReadStart()
51 bool IsClosing() override;
130 bool LogStream::IsClosing() { in IsClosing() function in node::quic::LogStream
73 bool IsClosing() override;
517 while (len > 0 && wrap->IsAlive() && !wrap->IsClosing()) { in Receive()927 bool TLSWrap::IsClosing() { in IsClosing() function in node::crypto::TLSWrap928 return underlying_stream()->IsClosing(); in IsClosing()