Home
last modified time | relevance | path

Searched refs:Unpipe (Results 1 - 2 of 2) sorted by relevance

/third_party/node/src/
H A Dstream_pipe.cc38 Unpipe(true); in ~StreamPipe()
49 void StreamPipe::Unpipe(bool is_in_deletion) { in Unpipe() function in node::StreamPipe
124 // that eventually lead to an `Unpipe()` call. in OnStreamRead()
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()
[all...]
H A Dstream_pipe.h14 void Unpipe(bool is_in_deletion = false);
21 static void Unpipe(const v8::FunctionCallbackInfo<v8::Value>& args);

Completed in 1 milliseconds