Home
last modified time | relevance | path

Searched defs:writev (Results 1 – 25 of 41) sorted by relevance

12

/third_party/node/benchmark/streams/
Dwritable-manywrites.js9 writev: ['yes', 'no'], property
14 function main({ n, sync, writev, callback, len }) { property
/third_party/musl/src/unistd/
Dwritev.c4 ssize_t writev(int fd, const struct iovec *iov, int count) in writev() function
/third_party/node/test/parallel/
Dtest-pipe-writev.js18 const writev = connection._writev.bind(connection); constant
Dtest-console-log-stdio-broken-dest.js12 writev(chunks, cb) { method
Dtest-stream-writable-constructor-set-methods.js30 const w2 = new Writable({ write: _write, writev: _writev }); property
Dtest-fs-write-stream-fs.js29 writev: common.mustCallAtLeast(fs.writev, 1), property
Dtest-stream-uint8array.js60 writev: common.mustCall((chunks, cb) => { property
Dtest-fs-stream-fs-options.js41 const overrideFs = Object.assign({}, originalFs.fs, { writev: 'not a fn' }); property
Dtest-stream-writev.js125 writev: common.mustCall(function(chunks, cb) { property
/third_party/rust/crates/rustix/src/io/
Dread_write.rs108 pub fn writev<Fd: AsFd>(fd: Fd, bufs: &[IoSlice<'_>]) -> io::Result<usize> { in writev() function
/third_party/rust/crates/nix/src/sys/
Duio.rs13 pub fn writev(fd: RawFd, iov: &[IoSlice<'_>]) -> Result<usize> { in writev() function
/third_party/node/deps/npm/node_modules/fs-minipass/
Dindex.js376 const writev = (fd, iovec, pos, cb) => { function
/third_party/node/deps/npm/node_modules/sorted-union-stream/node_modules/readable-stream/lib/
D_stream_writable.js271 function doWrite(stream, state, writev, len, chunk, encoding, cb) { argument
/third_party/node/lib/internal/fs/
Dpromises.js163 writev(buffers, position) { method in FileHandle
470 async function writev(handle, buffers, position) { function
/third_party/node/deps/cares/src/lib/
Dares_private.h36 #define writev(s,v,c) writev_s(s,v,c) macro
129 # define writev(s,ptr,cnt) ares_writev(s,ptr,cnt) macro
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
Dsyscalls.rs221 pub(crate) fn writev(fd: BorrowedFd<'_>, bufs: &[IoSlice<'_>]) -> io::Result<usize> { in writev() function
/third_party/node/lib/internal/streams/
Dwritable.js367 function doWrite(stream, state, writev, len, chunk, encoding, cb) { argument
/third_party/node/deps/npm/node_modules/from2/node_modules/readable-stream/lib/
D_stream_writable.js423 function doWrite(stream, state, writev, len, chunk, encoding, cb) { argument
/third_party/node/deps/npm/node_modules/through2/node_modules/readable-stream/lib/
D_stream_writable.js423 function doWrite(stream, state, writev, len, chunk, encoding, cb) { argument
/third_party/node/deps/npm/node_modules/duplexify/node_modules/readable-stream/lib/
D_stream_writable.js423 function doWrite(stream, state, writev, len, chunk, encoding, cb) { argument
/third_party/node/deps/npm/node_modules/stream-iterate/node_modules/readable-stream/lib/
D_stream_writable.js423 function doWrite(stream, state, writev, len, chunk, encoding, cb) { argument
/third_party/node/deps/npm/node_modules/flush-write-stream/node_modules/readable-stream/lib/
D_stream_writable.js423 function doWrite(stream, state, writev, len, chunk, encoding, cb) { argument
/third_party/node/deps/npm/node_modules/parallel-transform/node_modules/readable-stream/lib/
D_stream_writable.js423 function doWrite(stream, state, writev, len, chunk, encoding, cb) { argument
/third_party/node/deps/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/lib/
D_stream_writable.js423 function doWrite(stream, state, writev, len, chunk, encoding, cb) { argument
/third_party/node/deps/npm/node_modules/are-we-there-yet/node_modules/readable-stream/lib/
D_stream_writable.js423 function doWrite(stream, state, writev, len, chunk, encoding, cb) { argument

12