Home
last modified time | relevance | path

Searched refs:IsIPCPipe (Results 1 – 6 of 6) sorted by relevance

/third_party/node/src/
Dstream_base.cc195 if (args[2]->IsObject() && IsIPCPipe()) { in WriteBuffer()
248 (!IsIPCPipe() || send_handle_obj.IsEmpty()); in WriteString()
299 if (IsIPCPipe() && !send_handle_obj.IsEmpty()) { in WriteString()
356 bool StreamBase::IsIPCPipe() { in IsIPCPipe() function in node::StreamBase
Dstream_wrap.h45 bool IsIPCPipe() override;
Dtls_wrap.h63 bool IsIPCPipe() override;
Dstream_base.h314 virtual bool IsIPCPipe();
Dstream_wrap.cc183 bool LibuvStreamWrap::IsIPCPipe() { in IsIPCPipe() function in node::LibuvStreamWrap
Dtls_wrap.cc650 bool TLSWrap::IsIPCPipe() { in IsIPCPipe() function in node::TLSWrap
651 return underlying_stream()->IsIPCPipe(); in IsIPCPipe()