Home
last modified time | relevance | path

Searched defs:_writev (Results 1 – 9 of 9) sorted by relevance

/third_party/node/test/parallel/
Dtest-stream-writable-write-writev-finish.js49 writable._writev = (chunks, cb) => { function in writable
74 writable._writev = (chunks, cb) => { function in writable
Dtest-stream-writable-constructor-set-methods.js25 const _writev = common.mustCall((chunks, next) => { constant
Dtest-stream-writev.js84 w._writev = function(chunks, cb) { function
/third_party/node/benchmark/streams/
Dwritable-manywrites.js27 s._writev = (chunks, cb) => writecb(cb); function
/third_party/node/lib/internal/fs/
Dstreams.js472 WriteStream.prototype._writev = function(data, cb) { method in WriteStream
/third_party/node/lib/internal/streams/
Dwritable.js595 Writable.prototype._writev = null; method in Writable
/third_party/node/lib/internal/worker/
Dio.js369 _writev(chunks, cb) { method in WritableWorkerStdio
/third_party/node/lib/
Dnet.js968 Socket.prototype._writev = function(chunks, cb) { method in Socket
/third_party/node/lib/internal/http2/
Dcore.js2195 _writev(data, cb) { method in Http2Stream