Home
last modified time | relevance | path

Searched refs:StreamPipe (Results 1 - 3 of 3) sorted by relevance

/third_party/node/src/
H A Dstream_pipe.cc22 StreamPipe::StreamPipe(StreamBase* source, in StreamPipe() function in node::StreamPipe
37 StreamPipe::~StreamPipe() { in ~StreamPipe()
41 StreamBase* StreamPipe::source() { in source()
45 StreamBase* StreamPipe::sink() { in sink()
49 void StreamPipe::Unpipe(bool is_in_deletion) { in Unpipe()
70 BaseObjectPtr<StreamPipe> strong_ref{this}; in Unpipe()
108 uv_buf_t StreamPipe::ReadableListener::OnStreamAlloc(size_t suggested_size) { in OnStreamAlloc()
109 StreamPipe* pip in OnStreamAlloc()
[all...]
H A Dstream_pipe.h10 class StreamPipe : public AsyncWrap { class
12 ~StreamPipe() override;
16 static v8::Maybe<StreamPipe*> New(StreamBase* source,
26 SET_MEMORY_INFO_NAME(StreamPipe)
27 SET_SELF_SIZE(StreamPipe)
30 StreamPipe(StreamBase* source, StreamBase* sink, v8::Local<v8::Object> obj);
/third_party/node/lib/internal/http2/
H A Dcore.js187 const { StreamPipe } = internalBinding('stream_pipe');
2520 const pipe = new StreamPipe(handle, self[kHandle]);

Completed in 5 milliseconds