Lines Matching defs:write
75 write(c) {
77 this.emit('write', c);
82 if (c) this.write(c);
154 // Unpipe after 3 writes, then write to another stream instead.
170 w[0].on('write', function() {
230 // Unpipe after 3 writes, then write to another stream instead.
246 w[0].on('write', function() {
284 w1.write = function(chunk) {
299 w2.write = function(chunk) {
319 w3.write = function(chunk) {
357 w.write = function(buffer) {