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

Function writev

net/basic_socket.cpp:209–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209ssize_t writev(int fd, const struct iovec *iov, int iovcnt, Timeout timeout) {
210 return sendv(fd, iov, iovcnt, 0, timeout);
211}
212
213ssize_t write_n(int fd, const void *buf, size_t count, Timeout timeout) {
214 return send_n(fd, buf, count, 0, timeout);

Callers 12

writevMethod · 0.85
EXPAND_FUNCMethod · 0.85
writeMethod · 0.85
writev_mutableMethod · 0.85
EXPAND_FUNCMethod · 0.85
writev_mutableMethod · 0.85
st_writevFunction · 0.85
st_writev_residFunction · 0.85
writevMethod · 0.85
writeMethod · 0.85
TESTFunction · 0.85
TESTFunction · 0.85

Calls 1

sendvFunction · 0.85

Tested by 2

TESTFunction · 0.68
TESTFunction · 0.68