Lines Matching refs:stream
33 server.on('stream', common.mustCall((stream) => {
41 () => stream.respondWithFD(types[type], {
61 () => stream.respondWithFD(fd, {
78 () => stream.respondWithFD(fd, {
90 stream.respond();
92 () => stream.respondWithFD(fd, {
102 // Should throw if stream already destroyed
103 stream.destroy();
105 () => stream.respondWithFD(fd, {
111 message: 'The stream has been destroyed'