Searched refs:iov_offset (Results 1 – 1 of 1) sorted by relevance
161 size_t iov_offset = 0; in Readv() local168 int bytes_to_read = min(iov[iov_index].iov_len - iov_offset, in Readv()171 char* iov_ptr = static_cast<char*>(iov[iov_index].iov_base) + iov_offset; in Readv()175 iov_offset += bytes_to_read; in Readv()177 if (iov[iov_index].iov_len == iov_offset) { in Readv()179 iov_offset = 0; in Readv()