Searched refs:offset_within_chunk (Results 1 – 1 of 1) sorted by relevance
89 size_t offset_within_chunk = sent_size - chunk_start_offset; in SendMsgAll() local90 size_t data_size = msg->msg_iov[i].iov_len - offset_within_chunk; in SendMsgAll()93 ret = SendAll(sender, socket_fd, chunk_base + offset_within_chunk, in SendMsgAll()131 size_t offset_within_chunk = size_read - chunk_start_offset; in RecvMsgAll() local132 size_t data_size = msg->msg_iov[i].iov_len - offset_within_chunk; in RecvMsgAll()134 ret = RecvAll(receiver, socket_fd, chunk_base + offset_within_chunk, in RecvMsgAll()