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

/external/chromium_org/net/quic/
H A Dquic_stream_sequencer.cc161 size_t iov_offset = 0; local
168 int bytes_to_read = min(iov[iov_index].iov_len - iov_offset,
171 char* iov_ptr = static_cast<char*>(iov[iov_index].iov_base) + iov_offset;
175 iov_offset += bytes_to_read;
177 if (iov[iov_index].iov_len == iov_offset) {
179 iov_offset = 0;

Completed in 143 milliseconds