Lines Matching refs:destroy
34 destroy,
189 destroy(streamWritable, reason);
254 process.nextTick(() => destroy(writable, error));
291 destroy(writable, error);
306 destroy(error, callback) {
348 process.nextTick(() => destroy(writable, error));
368 destroy(writable, new ERR_STREAM_PREMATURE_CLOSE());
374 destroy(writable, error);
465 destroy(streamReadable, reason);
520 (error) => destroy(readable, error));
523 destroy(error, callback) {
555 destroy(readable, error);
680 process.nextTick(() => destroy(duplex, error));
717 destroy(duplex, error);
742 process.nextTick(() => destroy(duplex, error));
764 (error) => destroy(duplex, error));
767 destroy(error, callback) {
811 destroy(duplex, new ERR_STREAM_PREMATURE_CLOSE());
816 destroy(duplex, error);
827 destroy(duplex, error);