Lines Matching refs:iovec
91 static size_t iov_length(const struct iovec *iov, size_t count)
167 struct iovec *iov, int count)
211 int fuse_send_reply_iov_nofree(fuse_req_t req, int error, struct iovec *iov,
235 static int send_reply_iov(fuse_req_t req, int error, struct iovec *iov,
248 struct iovec iov[2];
258 int fuse_reply_iov(fuse_req_t req, const struct iovec *iov, int count)
261 struct iovec *padded_iov;
263 padded_iov = malloc((count + 1) * sizeof(struct iovec));
267 memcpy(padded_iov + 1, iov, count * sizeof(struct iovec));
495 struct iovec *iov, int iov_count,
660 struct iovec *iov, int iov_count,
864 struct iovec *iov, int iov_count,
877 struct iovec iov[2];
945 static struct fuse_ioctl_iovec *fuse_ioctl_iovec_copy(const struct iovec *iov,
964 const struct iovec *in_iov, size_t in_count,
965 const struct iovec *out_iov, size_t out_count)
970 struct iovec iov[4];
1036 struct iovec iov[3];
1054 int fuse_reply_ioctl_iov(fuse_req_t req, int result, const struct iovec *iov,
1057 struct iovec *padded_iov;
1061 padded_iov = malloc((count + 2) * sizeof(struct iovec));
1070 memcpy(&padded_iov[2], iov, count * sizeof(struct iovec));
2259 struct iovec *iov, int count)
2278 struct iovec iov[2];
2295 struct iovec iov[2];
2337 struct iovec iov[3];
2383 struct iovec iov[3];
2410 struct iovec iov[3];
2488 struct iovec iov[2];
2694 struct iovec iov = {