/third_party/node/test/parallel/ |
D | test-stream-writable-constructor-set-methods.js | 25 const _writev = common.mustCall((chunks, next) => { constant 30 const w2 = new Writable({ write: _write, writev: _writev }); 33 assert.strictEqual(w2._writev, _writev);
|
D | test-pipe-writev.js | 18 const writev = connection._writev.bind(connection); 19 connection._writev = common.mustCall(writev);
|
D | test-stream-writable-write-writev-finish.js | 49 writable._writev = (chunks, cb) => { function in writable 74 writable._writev = (chunks, cb) => { function in writable
|
D | test-http-sync-write-error-during-continue.js | 37 clientSide._writev = null;
|
D | test-stream-writableState-uncorked-bufferedRequestCount.js | 9 writable._writev = common.mustCall((chunks, cb) => {
|
D | test-stream-writev.js | 84 w._writev = function(chunks, cb) { function
|
/third_party/node/lib/internal/streams/ |
D | writable.js | 241 this._writev = options.writev; 375 stream._writev(chunk, state.onwrite); 508 if (bufferedLength > 1 && stream._writev) { 545 if (this._writev) { 546 this._writev([{ chunk, encoding }], cb); 552 Writable.prototype._writev = null; method in Writable
|
/third_party/node/deps/npm/node_modules/sorted-union-stream/node_modules/readable-stream/lib/ |
D | _stream_writable.js | 277 stream._writev(chunk, state.onwrite); 358 if (stream._writev && state.buffer.length > 1) { 411 Writable.prototype._writev = null; method in Writable
|
/third_party/node/lib/internal/fs/ |
D | streams.js | 275 this._writev = null; 376 WriteStream.prototype._writev = function(data, cb) { method in WriteStream 379 this._writev(data, cb);
|
/third_party/node/deps/npm/node_modules/readable-stream/lib/ |
D | _stream_writable.js | 247 if (typeof options.writev === 'function') this._writev = options.writev; 409 …state.onwrite(new ERR_STREAM_DESTROYED('write'));else if (writev) stream._writev(chunk, state.onwr… 488 if (stream._writev && entry && entry.next) { 549 Writable.prototype._writev = null; method in Writable
|
/third_party/node/deps/npm/node_modules/through2/node_modules/readable-stream/lib/ |
D | _stream_writable.js | 272 if (typeof options.writev === 'function') this._writev = options.writev; 428 …if (writev) stream._writev(chunk, state.onwrite);else stream._write(chunk, encoding, state.onwrite… 510 if (stream._writev && entry && entry.next) { 571 Writable.prototype._writev = null; method in Writable
|
/third_party/node/deps/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/lib/ |
D | _stream_writable.js | 272 if (typeof options.writev === 'function') this._writev = options.writev; 428 …if (writev) stream._writev(chunk, state.onwrite);else stream._write(chunk, encoding, state.onwrite… 510 if (stream._writev && entry && entry.next) { 571 Writable.prototype._writev = null; method in Writable
|
/third_party/node/deps/npm/node_modules/flush-write-stream/node_modules/readable-stream/lib/ |
D | _stream_writable.js | 272 if (typeof options.writev === 'function') this._writev = options.writev; 428 …if (writev) stream._writev(chunk, state.onwrite);else stream._write(chunk, encoding, state.onwrite… 510 if (stream._writev && entry && entry.next) { 571 Writable.prototype._writev = null; method in Writable
|
/third_party/node/deps/npm/node_modules/from2/node_modules/readable-stream/lib/ |
D | _stream_writable.js | 272 if (typeof options.writev === 'function') this._writev = options.writev; 428 …if (writev) stream._writev(chunk, state.onwrite);else stream._write(chunk, encoding, state.onwrite… 510 if (stream._writev && entry && entry.next) { 571 Writable.prototype._writev = null; method in Writable
|
/third_party/node/deps/npm/node_modules/parallel-transform/node_modules/readable-stream/lib/ |
D | _stream_writable.js | 272 if (typeof options.writev === 'function') this._writev = options.writev; 428 …if (writev) stream._writev(chunk, state.onwrite);else stream._write(chunk, encoding, state.onwrite… 510 if (stream._writev && entry && entry.next) { 571 Writable.prototype._writev = null; method in Writable
|
/third_party/node/deps/npm/node_modules/concat-stream/node_modules/readable-stream/lib/ |
D | _stream_writable.js | 272 if (typeof options.writev === 'function') this._writev = options.writev; 428 …if (writev) stream._writev(chunk, state.onwrite);else stream._write(chunk, encoding, state.onwrite… 510 if (stream._writev && entry && entry.next) { 571 Writable.prototype._writev = null; method in Writable
|
/third_party/node/deps/npm/node_modules/duplexify/node_modules/readable-stream/lib/ |
D | _stream_writable.js | 272 if (typeof options.writev === 'function') this._writev = options.writev; 428 …if (writev) stream._writev(chunk, state.onwrite);else stream._write(chunk, encoding, state.onwrite… 510 if (stream._writev && entry && entry.next) { 571 Writable.prototype._writev = null; method in Writable
|
/third_party/node/deps/npm/node_modules/stream-iterate/node_modules/readable-stream/lib/ |
D | _stream_writable.js | 272 if (typeof options.writev === 'function') this._writev = options.writev; 428 …if (writev) stream._writev(chunk, state.onwrite);else stream._write(chunk, encoding, state.onwrite… 510 if (stream._writev && entry && entry.next) { 571 Writable.prototype._writev = null; method in Writable
|
/third_party/node/deps/npm/node_modules/are-we-there-yet/node_modules/readable-stream/lib/ |
D | _stream_writable.js | 272 if (typeof options.writev === 'function') this._writev = options.writev; 428 …if (writev) stream._writev(chunk, state.onwrite);else stream._write(chunk, encoding, state.onwrite… 510 if (stream._writev && entry && entry.next) { 571 Writable.prototype._writev = null; method in Writable
|
/third_party/node/benchmark/streams/ |
D | writable-manywrites.js | 27 s._writev = (chunks, cb) => writecb(cb); function
|
/third_party/node/lib/internal/worker/ |
D | io.js | 239 _writev(chunks, cb) { method in WritableWorkerStdio
|
/third_party/node/doc/api/ |
D | stream.md | 376 all to `writable._writev()`, if present. This prevents a head-of-line blocking 379 `writable._writev()` may have an adverse effect on throughput. 381 See also: [`writable.uncork()`][], [`writable._writev()`][stream-_writev]. 1884 | Writing only | [`Writable`][] | [`_write()`][stream-_write], [`_writev()`][stream-_writev], [`_fi… 1885 …[] | [`_read()`][stream-_read], [`_write()`][stream-_write], [`_writev()`][stream-_writev], [`_fin… 1925 constructor and implement the `writable._write()` and/or `writable._writev()` 1969 [`stream._writev()`][stream-_writev] method. 2024 description: _write() is optional when providing _writev(). 2040 [`writable._writev()`][stream-_writev] method to send data to the underlying 2060 data at once, the `writable._writev()` method should be implemented. [all …]
|
/third_party/node/lib/ |
D | net.js | 348 this._writev = null; 804 Socket.prototype._writev = function(chunks, cb) { method in Socket
|
/third_party/node/lib/internal/http2/ |
D | core.js | 2120 _writev(data, cb) { method in Http2Stream
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_IOJS.md | 2124 * [[`3ab9b92e90`](https://github.com/nodejs/node/commit/3ab9b92e90)] - **doc**: fix stream `_writev… 2734 implementers, one can signal that a stream is bulk-writable by specifying a [_writev](https://iojs.… 2744 The only core stream API that **currently** implements `_writev` is `net.Socket`.
|