Searched defs:_writev (Results 1 – 9 of 9) sorted by relevance
49 writable._writev = (chunks, cb) => { function in writable74 writable._writev = (chunks, cb) => { function in writable
25 const _writev = common.mustCall((chunks, next) => { constant
84 w._writev = function(chunks, cb) { function
27 s._writev = (chunks, cb) => writecb(cb); function
472 WriteStream.prototype._writev = function(data, cb) { method in WriteStream
595 Writable.prototype._writev = null; method in Writable
369 _writev(chunks, cb) { method in WritableWorkerStdio
968 Socket.prototype._writev = function(chunks, cb) { method in Socket
2195 _writev(data, cb) { method in Http2Stream