Lines Matching defs:pipe
109 StreamPipe* pipe = ContainerOf(&StreamPipe::readable_listener_, this); in OnStreamAlloc() local
117 StreamPipe* pipe = ContainerOf(&StreamPipe::readable_listener_, this); in OnStreamRead() local
159 StreamPipe* pipe = ContainerOf(&StreamPipe::writable_listener_, this); in OnStreamAfterWrite() local
197 StreamPipe* pipe = ContainerOf(&StreamPipe::writable_listener_, this); in OnStreamAfterShutdown() local
205 StreamPipe* pipe = ContainerOf(&StreamPipe::readable_listener_, this); in OnStreamDestroy() local
213 StreamPipe* pipe = ContainerOf(&StreamPipe::writable_listener_, this); in OnStreamDestroy() local
221 StreamPipe* pipe = ContainerOf(&StreamPipe::writable_listener_, this); in OnStreamWantsWrite() local
286 StreamPipe* pipe; in Start() local
293 StreamPipe* pipe; in Unpipe() local
299 StreamPipe* pipe; in IsClosed() local
305 StreamPipe* pipe; in PendingWrites() local
320 Local<FunctionTemplate> pipe = NewFunctionTemplate(isolate, StreamPipe::New); in InitializeStreamPipe() local