Lines Matching defs:stream
359 StreamBase* stream,
378 stream->PushStreamListener(this);
491 StreamBase* stream = StreamBase::FromObject(args[0].As<Object>());
492 CHECK_NOT_NULL(stream);
502 env, obj, kind, stream, Unwrap<SecureContext>(sc), under_stream_ws);
626 // No encrypted output ready to write to the underlying stream.
664 Debug(this, "Writing %zu buffers to the underlying stream", count);
978 // We want to trigger a Write() on the underlying stream to drive the stream
985 // stream. Since the bufs are empty, it won't actually write non-TLS data
987 // WriteWrap was accepted by the stream, or that we call Done() on it.
992 Debug(this, "No pending encrypted output, writing to underlying stream");
1011 // Write encrypted data to underlying stream and call Done().
1095 Debug(this, "Read %zd bytes from underlying stream", nread);
1106 // underlying stream already should have also called ReadStop on itself
1115 // this TLSWrap as a stream listener, so we should not receive OnStreamRead()
1120 // from the underlying stream.
2069 // EncIn() doesn't exist, it happens via stream listener callbacks.