Searched refs:Unpipe (Results 1 – 3 of 3) sorted by relevance
38 Unpipe(true); in ~StreamPipe()49 void StreamPipe::Unpipe(bool is_in_deletion) { in Unpipe() function in node::StreamPipe133 pipe->Unpipe(); in OnStreamRead()178 pipe->Unpipe(); in OnStreamAfterWrite()185 pipe->Unpipe(); in OnStreamAfterWrite()200 pipe->Unpipe(); in OnStreamAfterShutdown()217 pipe->Unpipe(); in OnStreamDestroy()292 void StreamPipe::Unpipe(const FunctionCallbackInfo<Value>& args) { in Unpipe() function in node::StreamPipe295 pipe->Unpipe(); in Unpipe()321 SetProtoMethod(isolate, pipe, "unpipe", StreamPipe::Unpipe); in InitializeStreamPipe()
14 void Unpipe(bool is_in_deletion = false);21 static void Unpipe(const v8::FunctionCallbackInfo<v8::Value>& args);
1028 …/github.com/nodejs/node/commit/b779c072d0)] - **src**: make `StreamPipe::Unpipe()` more resilient …