Home
last modified time | relevance | path

Searched refs:Unpipe (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/
Dstream_pipe.cc38 Unpipe(true); in ~StreamPipe()
49 void StreamPipe::Unpipe(bool is_in_deletion) { in Unpipe() function in node::StreamPipe
133 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::StreamPipe
295 pipe->Unpipe(); in Unpipe()
321 SetProtoMethod(isolate, pipe, "unpipe", StreamPipe::Unpipe); in InitializeStreamPipe()
Dstream_pipe.h14 void Unpipe(bool is_in_deletion = false);
21 static void Unpipe(const v8::FunctionCallbackInfo<v8::Value>& args);
/third_party/node/doc/changelogs/
DCHANGELOG_V11.md1028 …/github.com/nodejs/node/commit/b779c072d0)] - **src**: make `StreamPipe::Unpipe()` more resilient …