Home
last modified time | relevance | path

Searched defs:Writev (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Dstream_base.cc179 int StreamBase::Writev(const FunctionCallbackInfo<Value>& args) { in Writev() function in node::StreamBase
/third_party/rust/crates/rustix/src/
Dio_uring.rs303 Writev = sys::IORING_OP_WRITEV as _, enumerator