MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / writev_n

Function writev_n

net/basic_socket.cpp:217–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217ssize_t writev_n(int fd, struct iovec *iov, int iovcnt, Timeout timeout) {
218 return sendv_n(fd, iov, iovcnt, 0, timeout);
219}
220
221ssize_t sendfile_n(ISocketStream* out_stream,
222 int in_fd, off_t offset, size_t count, Timeout timeout) {

Callers

nothing calls this directly

Calls 1

sendv_nFunction · 0.85

Tested by

no test coverage detected