Home
last modified time | relevance | path

Searched refs:iov_length (Results 1 - 3 of 3) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dvmsplice.c26 int iov_length = 6; in vmsplice_0100() local
35 v[0].iov_len = iov_length; in vmsplice_0100()
37 v[1].iov_len = iov_length; in vmsplice_0100()
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse_lowlevel.c114 static size_t iov_length(const struct iovec *iov, size_t count) in iov_length() function
186 out.len = iov_length(iov, count); in send_reply_iov()
/third_party/libfuse/lib/
H A Dfuse_lowlevel.c91 static size_t iov_length(const struct iovec *iov, size_t count) in iov_length() function
172 out->len = iov_length(iov, count); in fuse_send_msg()
698 headerlen = iov_length(iov, iov_count);

Completed in 7 milliseconds