Searched defs:iovec (Results 1 – 8 of 8) sorted by relevance
12 struct iovec { struct13 void* iov_base; /* Pointer to data. */14 size_t iov_len; /* Length of data. */
20 struct iovec struct42 #define UIO_MAXIOV 16 /* Maximum iovec's in one operation argument
90 struct iovec { struct91 void* iov_base;92 size_t iov_len;
167 struct iovec* iovec() { return !Empty() ? &iovec_[0] : NULL; } in iovec() function170 const struct iovec* iovec() const { return !Empty() ? &iovec_[0] : NULL; } in iovec() function
247 struct iovec iovec; in OnDecompressorAvailable() local
121 bool VerifyIovec(const iovec& iovec, StringPiece expected) { in VerifyIovec()
96 atomiciov6(ssize_t (*f) (int, const struct iovec *, int), int fd, in atomiciov6()161 atomiciov(ssize_t (*f) (int, const struct iovec *, int), int fd, in atomiciov()
71 struct iovec { struct72 void *iov_base;73 size_t iov_len;